We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9762b01 commit 865015aCopy full SHA for 865015a
.github/workflows/ci.yml
@@ -55,9 +55,12 @@ jobs:
55
run: poetry run pytest --cov=roborock --cov-branch --cov-report=xml
56
shell: bash
57
- name: Upload coverage reports to Codecov
58
- uses: codecov/codecov-action@v5.1.2
+ - uses: codecov/codecov-action@v5.1.2
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
+ env_vars: OS,PYTHON
62
+ fail_ci_if_error: true
63
+ verbose: true
64
release:
65
runs-on: ubuntu-latest
66
needs:
0 commit comments