Skip to content

Commit 281c431

Browse files
committed
update codecov stuff (v3 -> v5 + token)
1 parent 703e014 commit 281c431

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@ jobs:
116116
python -m pytest tests/integration -v --cov=app --cov-report=xml --cov-report=term
117117
118118
- name: Upload coverage to Codecov
119-
uses: codecov/codecov-action@v3
119+
uses: codecov/codecov-action@v5
120120
with:
121+
token: ${{ secrets.CODECOV_TOKEN }}
121122
file: backend/coverage.xml
122123
flags: backend
123124
name: backend-coverage
125+
slug: HardMax71/Integr8sCode
124126
fail_ci_if_error: false
125127

126128
- name: Collect logs

0 commit comments

Comments
 (0)