Skip to content

Commit

Permalink
use repo codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Dec 5, 2023
1 parent 129cf71 commit ff61a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

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

jobs:
test:
Expand Down Expand Up @@ -38,6 +37,8 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

analyze:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff61a4f

Please sign in to comment.