Skip to content

Commit

Permalink
overwriteartifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii committed Sep 11, 2024
1 parent 20c9add commit 9f6be19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ jobs:
with:
name: test-results
path: testResults/junit.xml
overwrite: true
- name: Archive coverage artifacts
uses: actions/upload-artifact@v4 # upload coverage rartifacts
if: always() # run this step even if previous step failed
with:
name: coverage
path: coverage/
overwrite: true

- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.3.0
Expand Down

0 comments on commit 9f6be19

Please sign in to comment.