Skip to content

Commit 18a1800

Browse files
author
Christian Sandberg
committed
Remove codacy coverage for now
1 parent 44a9839 commit 18a1800

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install pytest pytest-cov codacy-coverage
25+
pip install pytest
2626
pip install -e .
2727
- name: Test with pytest
2828
run: |
29-
pytest -v --cov-report xml --cov=canopen test/
30-
- name: Upload coverage
31-
run: |
32-
python-codacy-coverage
29+
pytest -v

0 commit comments

Comments
 (0)