Skip to content

Commit

Permalink
codecov-action now uses the repo's CODECOV_TOKEN (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia authored Aug 14, 2023
1 parent 2e64ebd commit 1acc08d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()`
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: >- # Mark which lines are covered by which envs
test-unit,
Py-${{ matrix.python_version }}
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()`
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: >- # Mark which lines are covered by which envs
test-functional,
OS-${{ runner.os }},
Expand Down

0 comments on commit 1acc08d

Please sign in to comment.