Skip to content

Commit

Permalink
CI: Pass Codecov token (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Mar 15, 2024
1 parent 3a88cff commit 713d32c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on:
on:
push:
branches:
- master
Expand Down Expand Up @@ -27,4 +27,6 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1
with:
fail_ci_if_error: true
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 713d32c

Please sign in to comment.