Skip to content

Commit

Permalink
GA: Python codecov - take 6
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 7, 2024
1 parent c7102f7 commit 74cdbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
pytest --cov=port4me ## output summarize in GitHub logs
pytest --cov=port4me --cov-report=xml:coverage.xml
## AD HOC: Make reported paths relative to the root of repository
sed -i 's/filename="/filename="python\/port4me\//g' python/coverage.xml
sed -i 's/filename="/filename="python\/port4me\//g' coverage.xml
- name: Upload Coverage to Codecov
Expand Down

0 comments on commit 74cdbad

Please sign in to comment.