8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc5a7d commit 35b9f77Copy full SHA for 35b9f77
.github/workflows/pythonpackage.yml
@@ -26,13 +26,13 @@ jobs:
26
run: |
27
git config --global user.email "action@github.com"
28
git config --global user.name "GitHub Action"
29
- poetry run pre-commit run --all-files
+ SKIP=no-commit-to-branch,commitizen-branch poetry run pre-commit run --all-files --hook-stage pre-push
30
shell: bash
31
- name: Upload coverage to Codecov
32
if: runner.os == 'Linux'
33
uses: codecov/codecov-action@v4
34
with:
35
- token: ${{secrets.CODECOV_TOKEN}}
+ token: ${{ secrets.CODECOV_TOKEN }}
36
file: ./coverage.xml
37
flags: unittests
38
name: codecov-umbrella
0 commit comments