Skip to content

Commit 452537e

Browse files
run ats
1 parent d109cda commit 452537e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
python-version: '3.10'
1414
- name: Install dependencies
1515
run: pip install -r requirements.txt
16+
- name: Run ATS
17+
uses: codecov/codecov-ats@v0
18+
env:
19+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1620
- name: Run tests and collect coverage
1721
run: pytest --cov app
1822
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)