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 32547d6 commit c7a5552Copy full SHA for c7a5552
.github/workflows/test.yml
@@ -72,12 +72,14 @@ jobs:
72
73
- name: Run codacy-coverage-reporter
74
uses: codacy/codacy-coverage-reporter-action@v1
75
+ if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot'
76
with:
77
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
78
coverage-reports: coverage.xml
79
80
- name: "Upload coverage to Codecov"
81
uses: codecov/[email protected]
82
83
84
token: ${{ secrets.CODECOV_TOKEN }}
85
fail_ci_if_error: true
requirements_dev.txt
@@ -1,6 +1,6 @@
1
-r requirements.txt
2
bump2version==1.0.1
3
-wheel==0.36.2
+wheel==0.37.0
4
flake8==3.9.2
5
tox==3.24.1
6
coverage==5.5 # pyup: ignore
0 commit comments