Skip to content

Commit

Permalink
Update workflow.yml to add Codecov Token
Browse files Browse the repository at this point in the history
Apparently Codecov needs a token even though the documentation says it's optional.
  • Loading branch information
rofrano authored Jun 27, 2024
1 parent 34914d3 commit 719a4f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
env:
DATABASE_URI: "redis://redis:6379"

# Uncomment the following 2 lines during hands-on lab
# Create a CODECOV_TOKEN in Settings->Secrets and variables->Actions
# and then uncomment the following 4 lines during hands-on lab

# - name: Upload code coverage
# - name: Upload coverage reports to Codecov
# uses: codecov/[email protected]
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 719a4f7

Please sign in to comment.