Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Breuer <[email protected]>
  • Loading branch information
angelobreuer authored Mar 17, 2024
1 parent c976bf6 commit 4249079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ jobs:
- name: Archive code coverage results
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: CoverageSummary.html
path: coverage/summary.html

- name: Archive code coverage history
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: CoverageHistory.html
path: coverage/history/*.xml
Expand Down

0 comments on commit 4249079

Please sign in to comment.