There was an error while loading. Please reload this page.
1 parent 452537e commit 9af4749Copy full SHA for 9af4749
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install dependencies
15
run: pip install -r requirements.txt
16
- name: Run ATS
17
- uses: codecov/codecov-ats@v0
+ uses: codecov/codecov-ats@e4ab45da6b0874b52e9b382945426bba61911497
18
env:
19
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
20
- name: Run tests and collect coverage
0 commit comments