also added coverage report+badge

This commit is contained in:
2024-01-02 12:31:19 +01:00
parent a06c730fe4
commit 114f6b16d9
2 changed files with 12 additions and 0 deletions

View File

@@ -24,6 +24,17 @@ jobs:
- name: test
run: make test
- name: Update coverage report
uses: ncruces/go-coverage-report@main
with:
report: true
chart: true
amend: true
if: |
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'
continue-on-error: true
golangci:
name: lint
runs-on: ubuntu-latest