Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth committed Nov 29, 2023
1 parent 1336839 commit e169b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Generate Report
run: |
coverage run --source=pybci/ --omit='pybci/CliTests/*' -m pytest
coverage run --source=pybci/ --omit='pybci/CliTests/*,pybci/cli.py' -m pytest
coverage xml -i
#- name: Upload coverage to GitHub Artifacts
# uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e169b68

Please sign in to comment.