Skip to content

Commit 32112f1

Browse files
committed
fix: gathering test coverage
1 parent 8dbabb0 commit 32112f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go mod download
3333

3434
- name: Test
35-
run: go test -coverprofile=coverage.txt
35+
run: go test -coverprofile=coverage.txt ./...
3636

3737
- name: Upload coverage reports to Codecov
3838
uses: codecov/codecov-action@v5

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ profile*.gif
1010
out*.json
1111
tomlq
1212
linuxdeploy
13+
coverage.txt

0 commit comments

Comments
 (0)