Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravpatel67 authored Nov 18, 2024
1 parent 41313df commit 3e71ac8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: |
tox -e py
continue-on-error: true
- name: Generate coverage report
run: |
coverage xml # This generates the coverage report after tox runs, even if tox fails
if: always() # This ensures the report is generated even if the previous step failed

- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit 3e71ac8

Please sign in to comment.