Skip to content

Commit

Permalink
Fix Codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Shóstak committed Jun 14, 2023
1 parent abe851e commit 7176725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload_to_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
go-version: ${{ matrix.go }}
- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic
env:
MY_CONFIG_TOKEN: secret-token-1234567
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 7176725

Please sign in to comment.