Skip to content

Commit

Permalink
HTML coverage: reduce folder by one level
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneVoss committed Jan 11, 2024
1 parent 25c14a5 commit dbffecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Create some reports
coverage report
coverage xml -o coverage.xml
coverage html --directory ./coverage/coverage
coverage html --directory ./coverage
- name: Upload test restults and coverage as an artifact
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: See what we've got
- name: See what we've got and merge artifacts
run: |
ls -la
mkdir pages
Expand Down

0 comments on commit dbffecc

Please sign in to comment.