Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed08830

Browse filesBrowse files
fix: test v0
1 parent c94d63d commit ed08830
Copy full SHA for ed08830

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.