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 9af4749 commit b230409Copy full SHA for b230409
.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@e4ab45da6b0874b52e9b382945426bba61911497
+ uses: codecov/codecov-ats@155cfddc632159543ee62e5d7f90f49478ac81b7
18
env:
19
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
20
- name: Run tests and collect coverage
0 commit comments