Skip to content

Commit 6f27e35

Browse files
committed
fix
1 parent c2cd5f0 commit 6f27e35

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
@@ -90,7 +90,9 @@ jobs:
9090
source .venv/bin/activate
9191
pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
9292
- name: Upload coverage to Codecov
93-
run: ./dist/codecov.sh
93+
run: |
94+
source .venv/bin/activate
95+
./dist/codecov.sh
9496
env:
9597
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9698
CODECOV_FAIL_ON_ERROR: true

0 commit comments

Comments
 (0)