Skip to content

Commit

Permalink
fix coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
hdashnow committed Dec 15, 2021
1 parent 6ce716e commit dd35b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Calculate and display code coverage
run: |
source $STRetch/tools/miniconda/bin/activate $STRetch/tools/miniconda/envs/STR
cd $STRetch/scripts/tests/
coverage run -m pytest test_*.py
bash <(curl -s https://codecov.io/bash) -s .
Expand Down

0 comments on commit dd35b85

Please sign in to comment.