Skip to content

Commit

Permalink
update python modules evaluated for test coverage (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Oct 17, 2023
1 parent 79337d9 commit 1909119
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.8
PYTEST_ADDOPTS: "-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov broad_utils --cov illumina --cov read_utils --cov reports --cov tools --cov util --cov file_utils"
PYTEST_ADDOPTS: "-rsxX -n 2 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov kmer_utils --cov metagenomics --cov taxon_filter --cov classify"
steps:
- name: checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1909119

Please sign in to comment.