Skip to content

Commit

Permalink
Merge pull request #141 from telekom-mms/feature/update-coverage-summ…
Browse files Browse the repository at this point in the history
…ary-github-action

Update coverage summary GitHub action
hwipl authored Jan 27, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 35a813c + 01e8fb9 commit fd6ab42
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
@@ -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"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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"
@@ -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 fd6ab42

Please sign in to comment.