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 c94d63d commit ed08830Copy full SHA for ed08830
.github/workflows/ci.yml
@@ -7,14 +7,16 @@ jobs:
7
steps:
8
- name: Checkout
9
uses: actions/checkout@v4
10
+ with:
11
+ fetch-depth: 0
12
- name: Set up Python 3.10
13
uses: actions/setup-python@v4
14
with:
15
python-version: '3.10'
16
- name: Install dependencies
17
run: pip install -r requirements.txt
18
- name: Run ATS
- uses: codecov/codecov-ats@9b308e97443e8421bcdf4377da6c34b3ca235601
19
+ uses: codecov/codecov-ats@v0
20
env:
21
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
22
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments