Skip to content

Commit afac58e

Browse files
committed
Do not write coverage report to file
1 parent 8208d3c commit afac58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Test with SQLite
5858
env:
5959
DATABASE_URL: sqlite3://file:dummy?mode=memory&cache=shared
60-
run: go test -v -race -cover -coverprofile=coverage.txt -covermode=atomic
60+
run: go test -v -race -cover
6161

6262
- name: Test with PostgreSQL 12
6363
env:

0 commit comments

Comments
 (0)