Skip to content

Commit

Permalink
ensure only VRF.py is being tested for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlucyfer authored and 0xlucyfer committed Sep 11, 2023
1 parent 7382bc6 commit 53ab88b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file added .coverage
Binary file not shown.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run tests and generate coverage
run: |
coverage run -m pytest tests/
coverage run --rcfile=.coveragerc -m pytest tests/
coverage report -m > coverage.txt
- name: Extract coverage percentage and update README
Expand All @@ -40,4 +40,3 @@ jobs:
git config --local user.name "GitHub Action"
git commit -am "Update coverage badge"
git push https://${{secrets.GH_WF_CI_COV_TOKEN}}@github.com/${{github.repository}}.git

0 comments on commit 53ab88b

Please sign in to comment.