Skip to content

Commit 8d623e3

Browse files
committed
Upgrade go-coverage-report version
1 parent 252b8da commit 8d623e3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Integration
1+
name: Test (integration)
22
on: push
33

44
jobs:
@@ -9,11 +9,10 @@ jobs:
99
- name: Test Integration
1010
run: make test-integration
1111
- name: Coverage report
12-
uses: mgerasimchuk/go-coverage-report@chart-diff-only
12+
uses: ncruces/go-coverage-report@v0.2.9
1313
with:
1414
badge-title: Coverage (integration)
1515
coverage-file: assets/coverage/integration/coverage.out
1616
report: true
1717
output-dir: assets/coverage/integration
1818
chart: true
19-
chart-show-diff-only: true

.github/workflows/test-unit.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Unit
1+
name: Test (unit)
22
on: push
33

44
jobs:
@@ -9,11 +9,10 @@ jobs:
99
- name: Test Unit
1010
run: make test-unit
1111
- name: Coverage report
12-
uses: mgerasimchuk/go-coverage-report@chart-diff-only
12+
uses: ncruces/go-coverage-report@v0.2.9
1313
with:
1414
badge-title: Coverage (unit)
1515
coverage-file: assets/coverage/unit/coverage.out
1616
report: true
1717
output-dir: assets/coverage/unit
1818
chart: true
19-
chart-show-diff-only: true

0 commit comments

Comments
 (0)