Skip to content

Commit

Permalink
Only archive coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-ebrown committed May 26, 2024
1 parent ca82e12 commit 8973783
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
- name: Archive test and code coverage results
uses: actions/upload-artifact@v4
with:
name: test-results
name: coverage-results
path: |
test/*.xml
**/cover.out
- name: Produce Summary Report
if: always() # run this step even if previous step failed
Expand All @@ -48,6 +47,6 @@ jobs:
steps:
- uses: fgrosse/go-coverage-report@v1.0.1
with:
coverage-artifact-name: "test-results" # can be omitted if you used this default value
coverage-artifact-name: "coverage-results" # can be omitted if you used this default value
coverage-file-name: "coverage/cover.out"
continue-on-error: true

0 comments on commit 8973783

Please sign in to comment.