Skip to content

Commit

Permalink
Use the codecov token.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Aug 20, 2024
1 parent 39a359d commit 4ea6b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
2 changes: 1 addition & 1 deletion .github/workflows/ci-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
flags: uitests

token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4ea6b3f

Please sign in to comment.