Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
# and then uncomment the CodeCov action during hands-on lab
######################################################################

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

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v5
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# slug: nyu-devops/lab-github-actions
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
# slug: vdurfff/lab-github-actions
Loading