Use courtney.

This commit is contained in:
Nuno Cruces
2024-07-10 11:12:31 +01:00
parent 51c325bc5b
commit 88b5b409df

View File

@@ -59,8 +59,17 @@ jobs:
- name: Test GORM
run: gormlite/test.sh
- name: Test coverage
run: |
go install github.com/dave/courtney@latest
courtney
if: |
github.event_name == 'push' &&
matrix.os == 'ubuntu-latest'
- uses: ncruces/go-coverage-report@v0
with:
coverage-file: coverage.out
chart: true
amend: true
if: |