Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit fe30b1a

Browse files
authored
Update codecov.yml
1 parent bee2e73 commit fe30b1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ jobs:
2020
- name: Install dependencies
2121
run: pip install -r requirements.txt
2222
- name: Install pytest
23-
run: pip install pytest
23+
run: pip install pytest-cov
24+
- name: Run ATS
25+
uses: codecov/codecov-ats@d5a8e2d68e510a4ed2d0657bb9e9e8760a3f6ffc # v0
26+
env:
27+
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
28+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2429
- name: Run tests and collect coverage
2530
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
2631
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)