Skip to content

Commit

Permalink
use default coverage mode
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hutcheon authored and James Hutcheon committed Oct 31, 2023
1 parent 21d955d commit e5da5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: '1.21.x'

- name: Run Test
run: go test ./src/pkg/interpreter/interpreter_test.go -coverprofile=./cover.out -covermode=atomic -coverpkg=./src/pkg/...
run: go test ./src/pkg/interpreter/interpreter_test.go -coverprofile=./cover.out -coverpkg=./src/pkg/...

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
Expand Down

0 comments on commit e5da5bb

Please sign in to comment.