Skip to content

Commit

Permalink
Use codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Apr 19, 2024
1 parent dff13b3 commit bcb50df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
pull_request:
branches: [main, master]

name: test-coverage
name: code coverage - codecov

jobs:
test-coverage:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bcb50df

Please sign in to comment.