Skip to content

Commit

Permalink
Fix build file
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Apr 22, 2020
1 parent 86e521f commit 242bcc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
poetry run pytest --cov=functional --cov-report=xml
if: always()
- uses: codecov/codecov-action@v1
file: ./coverage.xml
with:
file: ./coverage.xml

0 comments on commit 242bcc2

Please sign in to comment.