Skip to content

Commit

Permalink
add codecov token to ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Jul 18, 2024
1 parent a098cfe commit 16e0f19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: macOS-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
NOAA_KEY: ${{ secrets.NOAA_KEY}}
NOAA_KEY: ${{ secrets.NOAA_KEY }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 16e0f19

Please sign in to comment.