Skip to content

Commit

Permalink
Use global Codecov token for code coverage report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 11, 2024
1 parent eb8e282 commit 7a576cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
build-node-apps:
name: Build and test Node.js apps
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- main

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
build-node-apps:
name: Build and test Node.js apps
Expand Down

0 comments on commit 7a576cb

Please sign in to comment.