Skip to content

Commit 865015a

Browse files
committed
chore: fix codecov config
1 parent 9762b01 commit 865015a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ jobs:
5555
run: poetry run pytest --cov=roborock --cov-branch --cov-report=xml
5656
shell: bash
5757
- name: Upload coverage reports to Codecov
58-
uses: codecov/codecov-action@v5.1.2
58+
- uses: codecov/codecov-action@v5.1.2
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
61+
env_vars: OS,PYTHON
62+
fail_ci_if_error: true
63+
verbose: true
6164
release:
6265
runs-on: ubuntu-latest
6366
needs:

0 commit comments

Comments
 (0)