Skip to content

Commit

Permalink
explicitly tell coverage.py to use .coveragerc file for config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Mar 22, 2024
1 parent 9264b4f commit fcae5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-20.04
env:
GITHUB_ACTIONS_PYTHON_VERSION: "3.10"
PYTEST_ADDOPTS: "-rsxX --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report xml:coverage.xml --cov-report= --cov interhost --cov intrahost --cov ncbi --cov phylo"
PYTEST_ADDOPTS: "-rsxX --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-config=.coveragerc --cov-report xml:coverage.xml --cov-report= --cov interhost --cov intrahost --cov ncbi --cov phylo"
steps:
- name: checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit fcae5ff

Please sign in to comment.