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 d52e335 commit 2ae3d91Copy full SHA for 2ae3d91
.github/workflows/test.yml
@@ -71,6 +71,11 @@ jobs:
71
PLATFORM: ${{ matrix.platform }}
72
ENV: test_02
73
74
+ - name: Run codacy-coverage-reporter
75
+ uses: codacy/codacy-coverage-reporter-action@v1
76
+ with:
77
+ project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
78
+
79
- name: "Upload coverage to Codecov"
80
uses: codecov/[email protected]
81
with:
setup.py
@@ -32,7 +32,6 @@
32
"tox",
33
"tox-gh-actions",
34
"coverage",
35
- "codacy-coverage",
36
]
37
38
lint_requires = [
tox.ini
@@ -44,7 +44,6 @@ usedevelop = true
44
commands =
45
coverage run -m pytest --basetemp={envtmpdir}
46
coverage xml
47
- - python-codacy-coverage -r coverage.xml
48
49
[testenv:flake8]
50
deps = flake8
0 commit comments