Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 6, 2023
1 parent 19b07f8 commit d0cf030
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,24 @@ Support this project with a :star:
with:
fetch-depth: 0

- uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install dependencies
...

- name: Run coverage
working-directory: test_package
run: |
coverage run ...
coverage report -m
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v1.8
uses: tj-actions/coverage-badge-py@v1

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v12
uses: tj-actions/verify-changed-files@v13
id: changed_files
with:
files: coverage.svg
Expand Down

0 comments on commit d0cf030

Please sign in to comment.