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:
11
.github/workflows/test-showbridge.yaml
vendored
11
.github/workflows/test-showbridge.yaml
vendored
@@ -34,4 +34,13 @@ jobs:
|
|||||||
run: go mod tidy
|
run: go mod tidy
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: go test ./...
|
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