Skip to content

Commit

Permalink
invoke module as exe script
Browse files Browse the repository at this point in the history
add coverage badge to README
  • Loading branch information
2bndy5 committed Sep 29, 2023
1 parent c9b65bd commit 4346dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
.. image:: https://static.pepy.tech/personalized-badge/rmskin-builder?period=total&units=international_system&left_color=grey&right_color=blue&left_text=PyPi%20Downloads
:target: https://pepy.tech/project/rmskin-builder
:alt: pipy download stats
.. image:: https://codecov.io/github/2bndy5/rmskin-action/graph/badge.svg?token=825YGO53XJ
:target: https://codecov.io/github/2bndy5/rmskin-action
:alt: Code Coverage

rmskin-action
=============
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
id: rmskin-builder
shell: pwsh
run: >-
rmskin-builder
${{ steps.setup-python.outputs.python-path }} -m rmskin_builder
--path "${{ inputs.path }}"
--version "${{ inputs.version }}"
--author "${{ inputs.author }}"
Expand Down

0 comments on commit 4346dcd

Please sign in to comment.