Skip to content

Commit 719a4f7

Browse files
authored
Update workflow.yml to add Codecov Token
Apparently Codecov needs a token even though the documentation says it's optional.
1 parent 34914d3 commit 719a4f7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ jobs:
5151
env:
5252
DATABASE_URI: "redis://redis:6379"
5353

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

56-
# - name: Upload code coverage
57+
# - name: Upload coverage reports to Codecov
5758
# uses: codecov/[email protected]
59+
# with:
60+
# token: ${{ secrets.CODECOV_TOKEN }}
5861

0 commit comments

Comments
 (0)