Skip to content

Commit 2ae3d91

Browse files
committed
Updated coverage reporting to use codacy/codacy-coverage-reporter-action
1 parent d52e335 commit 2ae3d91

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
PLATFORM: ${{ matrix.platform }}
7272
ENV: test_02
7373

74+
- name: Run codacy-coverage-reporter
75+
uses: codacy/codacy-coverage-reporter-action@v1
76+
with:
77+
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
78+
7479
- name: "Upload coverage to Codecov"
7580
uses: codecov/[email protected]
7681
with:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"tox",
3333
"tox-gh-actions",
3434
"coverage",
35-
"codacy-coverage",
3635
]
3736

3837
lint_requires = [

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ usedevelop = true
4444
commands =
4545
coverage run -m pytest --basetemp={envtmpdir}
4646
coverage xml
47-
- python-codacy-coverage -r coverage.xml
4847

4948
[testenv:flake8]
5049
deps = flake8

0 commit comments

Comments
 (0)