Skip to content

Commit

Permalink
build: hard-code codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Oct 6, 2023
1 parent cce4ec5 commit 616a720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
token: bab8d6d9-e90c-4e37-b156-38a9a4c2108e # not ideal, but limited risk
files: ./test/linux/go/coverage.xml,./test/linux/js/cobertura-coverage.xml, ./test/macos/go/coverage.xml,./test/macos/js/cobertura-coverage.xml
flags: unittests
fail_ci_if_error: true
Expand Down

0 comments on commit 616a720

Please sign in to comment.