Skip to content

Commit

Permalink
Update publish-reports-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 13, 2024
1 parent 96b0f09 commit 01039ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-reports-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,15 @@ jobs:
pip install coverage
- name: "[🐍] Combine coverage reports"
if: success() || failure()
run: |
coverage combine pycov-databases/*/python-coverage.sqlite
- name: "[🐍] Create coverage report"
if: success() || failure()
run: |
coverage html --directory pycov
coverage html --directory pycov --data-file=.coverage
- name: "Display structure of coverage report"
run: ls -R pycov

- name: "Publish test report"
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 01039ad

Please sign in to comment.