Skip to content

Commit b793a62

Browse files
fix: update CI
1 parent abfb9ca commit b793a62

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run tests and collect coverage
1919
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
2020
- name: Upload coverage to Codecov
21-
run: ./run.sh
21+
run: ./dist/codecov.sh
2222
env:
2323
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2424
CODECOV_FAIL_ON_ERROR: true

0 commit comments

Comments
 (0)