Skip to content

Commit

Permalink
coverage rework
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej.benkovsky committed Nov 26, 2024
1 parent 9ffd83f commit 6e5f30c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
name: Run tests
command: |
mkdir -p /tmp/test-reports
gotestsum --junitfile /tmp/test-reports/unit-tests.xml -- -json -race ./...
gotestsum --junitfile /tmp/test-reports/unit-tests.xml -- -json -race -coverprofile=coverage.txt -covermode=atomic ./...
- codecov/upload
- store_artifacts:
path: /tmp/test-reports
- store_test_results:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/go.coverage.yml

This file was deleted.

0 comments on commit 6e5f30c

Please sign in to comment.