We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d109cda commit 452537eCopy full SHA for 452537e
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ jobs:
13
python-version: '3.10'
14
- name: Install dependencies
15
run: pip install -r requirements.txt
16
+ - name: Run ATS
17
+ uses: codecov/codecov-ats@v0
18
+ env:
19
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
20
- name: Run tests and collect coverage
21
run: pytest --cov app
22
- name: Upload coverage to Codecov
0 commit comments