Skip to content

Commit d59f443

Browse files
authored
Update workflow.yml
Commented out Codecov for the lab
1 parent 7556a20 commit d59f443

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
# and then uncomment the CodeCov action during hands-on lab
5555
######################################################################
5656

57-
- name: Install packages for Codecov to work
58-
run: apt-get update && apt-get install -y git curl gpg
57+
# - name: Install packages for Codecov to work
58+
# run: apt-get update && apt-get install -y git curl gpg
5959

60-
- name: Upload coverage reports to Codecov
61-
uses: codecov/codecov-action@v5
62-
with:
63-
token: ${{ secrets.CODECOV_TOKEN }}
64-
slug: nyu-devops/lab-github-actions
60+
# - name: Upload coverage reports to Codecov
61+
# uses: codecov/codecov-action@v5
62+
# with:
63+
# token: ${{ secrets.CODECOV_TOKEN }}
64+
# slug: nyu-devops/lab-github-actions

0 commit comments

Comments
 (0)