Skip to content

Commit

Permalink
use existing test coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Aug 13, 2024
1 parent 776ccec commit 01b3c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
version: v1.59

coverage:
name: Go test coverage check
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3

- name: generate test coverage
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
run: bash ./scripts/test.sh

- name: check test coverage
uses: vladopajic/go-test-coverage@v2
Expand Down

0 comments on commit 01b3c05

Please sign in to comment.