From e6bddff58147a4f148925a0d5845419cd7b9b6d3 Mon Sep 17 00:00:00 2001 From: vdurfff <139876048+vdurfff@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:22:04 -0400 Subject: [PATCH] Update workflow.yml Added Codecov Action to workflow --- .github/workflows/workflow.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b957e39..845773d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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