Skip to content

Commit

Permalink
Merge pull request #54 from saimn/patch-1
Browse files Browse the repository at this point in the history
Fix codecov report for C files
  • Loading branch information
cmccully committed Nov 30, 2020
2 parents c541dbc + 2ad6b33 commit 861a7ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
run: |
pip install Cython extension-helpers numpy
COVERAGE=1 pip install -e .[test]
pytest --pyargs astroscrappy docs --cov astroscrappy --cov-report=xml:coverage.xml
pytest --pyargs astroscrappy docs --cov astroscrappy
- name: Upload coverage to codecov
if: "matrix.coverage"
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
run: |
pip install codecov
codecov

0 comments on commit 861a7ee

Please sign in to comment.