Skip to content

Commit

Permalink
Fix: Pass cov-config to pytest to avoid issues due to subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Feb 1, 2021
1 parent 4109790 commit 47cd896
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 @@ -35,7 +35,7 @@ jobs:
- name: Test with pytest
run: |
source activate micone
pytest --cov=micone
pytest --cov=micone --cov-config setup.cfg
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 47cd896

Please sign in to comment.