Skip to content

Commit

Permalink
Merge pull request #29 from telekom-mms/new_summary_action
Browse files Browse the repository at this point in the history
new summary action
  • Loading branch information
malaupa authored Jun 7, 2023
2 parents efbcc11 + 0ec6a0f commit 744178a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

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

- name: Process results
if: always()
uses: malaupa/go-test-coverage-summary-action@v1.0.1
uses: malaupa/go-test-coverage-summary-action@v2.0.0
with:
test_results: "test.out"
coverage_profile: "cover.out"
Expand Down

0 comments on commit 744178a

Please sign in to comment.