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 5d0c832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
version: 2.1
orbs:
codecov: codecov/codecov@5
jobs:
build:
working_directory: ~/repo
Expand All @@ -21,7 +23,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 5d0c832

Please sign in to comment.