10000
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 a4c19c2 commit 18b471aCopy full SHA for 18b471a
.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