Skip to content

Commit 67582c3

Browse files
committed
Updated GitHub Action to Codecov 5
1 parent e692870 commit 67582c3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,11 @@ jobs:
4848
env:
4949
DATABASE_URI: "redis://redis:6379/0"
5050

51-
- name: Upload code coverage
52-
uses: codecov/codecov-action@v3.1.4
51+
- name: Install packages for Codecov to work
52+
run: apt update && apt install -y git curl gpg
53+
54+
- name: Upload coverage reports to Codecov
55+
uses: codecov/codecov-action@v5
56+
with:
57+
token: ${{ secrets.CODECOV_TOKEN }}
58+
slug: nyu-devops/lab-docker

0 commit comments

Comments
 (0)