Skip to content

Commit 648a964

Browse files
fix: it works on action repo
1 parent 7a91ff3 commit 648a964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
1919
- name: Upload coverage to Codecov
20-
uses: codecov/codecov-action@453bbab47995460b3d7c6b3228c6757ab641f180
20+
uses: codecov/codecov-action@9301ab051930cc01e6bb8653208e56246571ee32
2121
# uses: codecov/codecov-action@v5
2222
with:
2323
fail_ci_if_error: true

0 commit comments

Comments
 (0)