Skip to content

Commit

Permalink
chore: fix coverage paths
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Jan 29, 2024
1 parent 3493297 commit 8d11b6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ jobs:
run: |
poetry run pytest --cov=eq3btsmart --cov-report=xml --cov-report=term tests
- name: fix code coverage paths
run: |
sed -i 's/\/home\/runner\/work\/eq3btsmart\/eq3btsmart\//\/github\/workspace\//g' coverage.xml
- name: Run SonarCloud analysis
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 8d11b6f

Please sign in to comment.