Skip to content

Commit

Permalink
ci: Remove explicit CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed Jun 30, 2021
1 parent ac03d83 commit be08323
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ jobs:
# Workaround taken from https://github.com/actions/runner/issues/241#issuecomment-577360161
run: script -e -c "npm run coverage"
- name: Push coverage
# TODO: Remove inline token, once support for GA is added on Codecov side
# See: https://github.com/codecov/codecov-node/issues/118
env:
CODECOV_TOKEN: 3898f3e1-f317-453e-a3a9-0462390f93c5
run: npx codecov

linuxNode10:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ jobs:
# Workaround taken from https://github.com/actions/runner/issues/241#issuecomment-577360161
run: script -e -c "npm run coverage"
- name: Push coverage
# TODO: Remove inline token, once support for GA is added on Codecov side
# See: https://github.com/codecov/codecov-node/issues/118
env:
CODECOV_TOKEN: 3898f3e1-f317-453e-a3a9-0462390f93c5
run: npx codecov

linuxNode10:
Expand Down

0 comments on commit be08323

Please sign in to comment.