File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments