Skip to content

Commit c950d59

Browse files
Update ci.yml
1 parent ceb3da4 commit c950d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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@fa4321df13e38c49e396a6af84d4deffc37f8520
20+
uses: codecov/codecov-action@df81091b16c73cdf4fcef7e68ca9c33a301a6cda
2121
with:
2222
verbose: true
2323
env:

0 commit comments

Comments
 (0)