We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a520f9b commit eafb38aCopy full SHA for eafb38a
.github/workflows/ci.yml
@@ -68,14 +68,10 @@ jobs:
68
cache: false
69
- name: Run Unit Tests
70
run: make unit-test
71
- - name: Check Coverage
72
- uses: vladopajic/go-test-coverage@dd4b1f21c4e48db0425e1187d2845404b1206919
+ - name: Upload Test Coverage
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
73
with:
74
- config: ./.testcoverage.yaml
75
- ## when token is not specified (value '') this feature is turned off
76
- git-token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
77
- ## name of orphaned branch where badges are stored
78
- git-branch: badges
+ files: ./build/test/coverage.out
79
80
race-condition-test:
81
name: Unit tests with race condition detection
0 commit comments