Skip to content

Commit

Permalink
Use courtney.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Jul 10, 2024
1 parent 51c325b commit 88b5b40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 88b5b40

Please sign in to comment.