Skip to content

Commit

Permalink
Upgrade go-coverage-report version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerasimchuk committed Oct 30, 2023
1 parent 4b6a6d9 commit 8cc4e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Test Integration
run: make test-integration
- name: Coverage report
uses: ncruces/go-coverage-report@f1283391eaeaf8137046f83ab02c890c4719f643
uses: ncruces/go-coverage-report@57ac6f0f19874f7afbab596105154f08004f482e
with:
badge-title: Coverage (integration)
coverage-file: assets/coverage/integration/coverage.out
report: true
output-path: assets/coverage/integration
output-dir: assets/coverage/integration
chart: true
4 changes: 2 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Test Unit
run: make test-unit
- name: Coverage report
uses: ncruces/go-coverage-report@f1283391eaeaf8137046f83ab02c890c4719f643
uses: ncruces/go-coverage-report@57ac6f0f19874f7afbab596105154f08004f482e
with:
badge-title: Coverage (unit)
coverage-file: assets/coverage/unit/coverage.out
report: true
output-path: assets/coverage/unit
output-dir: assets/coverage/unit
chart: true

0 comments on commit 8cc4e5e

Please sign in to comment.