Skip to content

Commit

Permalink
ci: change how coverage is collected (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Sep 8, 2023
1 parent 7f014fb commit 60d09d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

set -e
go test ./... -coverprofile coverage.out
go test ./... -coverpkg=./... -coverprofile coverage.out

0 comments on commit 60d09d5

Please sign in to comment.