Skip to content

Commit

Permalink
try xml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelSommer committed Apr 23, 2024
1 parent 30994d5 commit a670d86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
run: |
source .venv/bin/activate
coverage report -m
coverage xml
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: DataScience-LMU/osis_python_repro
file: ./coverage.xml
flags: unittests
- name: Run Flake8
run: |
source .venv/bin/activate
Expand Down

0 comments on commit a670d86

Please sign in to comment.