Skip to content

Commit

Permalink
Add Codecov token secret to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino authored Aug 26, 2024
1 parent 381051c commit b735b90
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 @@ -9,3 +9,5 @@ on:
jobs:
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b735b90

Please sign in to comment.