mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
add coverage report step to test workflow
This commit is contained in:
9
.github/workflows/test-showbridge.yaml
vendored
9
.github/workflows/test-showbridge.yaml
vendored
@@ -35,3 +35,12 @@ jobs:
|
||||
|
||||
- name: run tests
|
||||
run: go test ./...
|
||||
|
||||
- name: Update coverage report
|
||||
uses: ncruces/go-coverage-report@v0.3.2
|
||||
with:
|
||||
report: true
|
||||
chart: true
|
||||
amend: true
|
||||
if: github.event_name == 'push'
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user