Skip to content

Commit

Permalink
ci: use codecov token to upload coverage reports (#3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Feb 29, 2024
1 parent 829e684 commit 86ac4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.config.name }}
token: ${{ secrets.CODECOV_TOKEN }}

build_image:
name: Build Docker Image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/component-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
flags: component-tests
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 86ac4ef

Please sign in to comment.