Skip to content

Commit

Permalink
Update coverage summary GitHub action
Browse files Browse the repository at this point in the history
Update the GitHub action malaupa/go-test-coverage-summary-action used
for the Go test coverage summary to version 3.

Signed-off-by: hwipl <[email protected]>
  • Loading branch information
hwipl committed Jan 24, 2025
1 parent 35a813c commit 01e8fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Process results
if: always()
uses: malaupa/go-test-coverage-summary-action@v2.0.0
uses: malaupa/go-test-coverage-summary-action@v3.0.0
with:
test_results: "test.out"
coverage_profile: "cover.out"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Process results
if: always()
uses: malaupa/go-test-coverage-summary-action@v2.0.0
uses: malaupa/go-test-coverage-summary-action@v3.0.0
with:
test_results: "test.out"
coverage_profile: "cover.out"
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
tag: '${{ github.ref_name }}'
}
});
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json

0 comments on commit 01e8fb9

Please sign in to comment.