Skip to content

Commit

Permalink
Readded codecov reporting (#402)
Browse files Browse the repository at this point in the history
Fixes #401.
  • Loading branch information
agronholm committed Apr 27, 2021
1 parent 41b375e commit 6e86e6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeqa-test.yml
Expand Up @@ -47,4 +47,8 @@ jobs:
- name: Install test dependencies
run: pip install .[test]
- name: Test with pytest
run: python -b -m pytest -W always
run: python -b -m pytest -W always --cov-report=xml:pytest-cov.xml
- name: Send coverage data to Codecov
uses: codecov/codecov-action@v1
with:
file: pytest-cov.xml

0 comments on commit 6e86e6b

Please sign in to comment.