Skip to content

Commit

Permalink
Add codecov token to upload reports github action
Browse files Browse the repository at this point in the history
Signed-off-by: Luciano Resende <[email protected]>
  • Loading branch information
lresende committed Jan 23, 2025
1 parent 408f4f8 commit 7473993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
- name: Upload coverage reports to Codecov
if: ${{ matrix.python-version == env.PYTHON_VERSION }}
uses: codecov/codecov-action@v5

with:
token: ${{ secrets.CODECOV_TOKEN }}
test-ui:
name: Test UI
needs: prepare-yarn-cache
Expand Down

0 comments on commit 7473993

Please sign in to comment.