Skip to content

Commit

Permalink
fix: gathering test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Dec 16, 2024
1 parent 8dbabb0 commit 32112f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: go mod download

- name: Test
run: go test -coverprofile=coverage.txt
run: go test -coverprofile=coverage.txt ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ profile*.gif
out*.json
tomlq
linuxdeploy
coverage.txt

0 comments on commit 32112f1

Please sign in to comment.