Skip to content

Commit b522902

Browse files
fix: upload to Codecov
1 parent f42020e commit b522902

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@v4
99
with:
1010
repository: codecov/codecov-cli
11-
ref: 1c261cd6b9bbef57bba3595c8688c388ce69ac5d
11+
ref: f7473ad88e1d1bac79cde59e3e4c2f9f54017499
1212
submodules: 'true'
1313

1414
- name: Run pip install .
@@ -27,3 +27,8 @@ jobs:
2727
- name: Run tests and collect coverage
2828
run: pytest --cov app
2929

30+
- name: Upload to Codecov
31+
run: |
32+
codecovcli upload-process
33+
env:
34+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)