Skip to content

Commit

Permalink
πŸ’š ci: fix combining coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Oct 12, 2024
1 parent 4f4fabd commit d9695ae
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 @@ -107,8 +107,9 @@ jobs:
- name: Combine coverage
run: |
ls -al reports
coverage combine reports
coverage combine reports/**/.coverage
coverage xml
ls -al reports
- name: Generate sonar properties
run: |
cat << EOF > sonar-project.properties
Expand Down

0 comments on commit d9695ae

Please sign in to comment.