Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed08830

Browse files
fix: test v0
1 parent c94d63d commit ed08830

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ jobs:
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 0
1012
- name: Set up Python 3.10
1113
uses: actions/setup-python@v4
1214
with:
1315
python-version: '3.10'
1416
- name: Install dependencies
1517
run: pip install -r requirements.txt
1618
- name: Run ATS
17-
uses: codecov/codecov-ats@9b308e97443e8421bcdf4377da6c34b3ca235601
19+
uses: codecov/codecov-ats@v0
1820
env:
1921
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
2022
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)