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 Nov 3, 2023
1 parent 252b8da commit 8d623e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Integration
name: Test (integration)
on: push

jobs:
Expand All @@ -9,11 +9,10 @@ jobs:
- name: Test Integration
run: make test-integration
- name: Coverage report
uses: mgerasimchuk/go-coverage-report@chart-diff-only
uses: ncruces/go-coverage-report@v0.2.9
with:
badge-title: Coverage (integration)
coverage-file: assets/coverage/integration/coverage.out
report: true
output-dir: assets/coverage/integration
chart: true
chart-show-diff-only: true
5 changes: 2 additions & 3 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Unit
name: Test (unit)
on: push

jobs:
Expand All @@ -9,11 +9,10 @@ jobs:
- name: Test Unit
run: make test-unit
- name: Coverage report
uses: mgerasimchuk/go-coverage-report@chart-diff-only
uses: ncruces/go-coverage-report@v0.2.9
with:
badge-title: Coverage (unit)
coverage-file: assets/coverage/unit/coverage.out
report: true
output-dir: assets/coverage/unit
chart: true
chart-show-diff-only: true

0 comments on commit 8d623e3

Please sign in to comment.