Skip to content

Commit

Permalink
Remove codacy coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Sandberg committed Nov 9, 2020
1 parent 44a9839 commit 18a1800
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov codacy-coverage
pip install pytest
pip install -e .
- name: Test with pytest
run: |
pytest -v --cov-report xml --cov=canopen test/
- name: Upload coverage
run: |
python-codacy-coverage
pytest -v

0 comments on commit 18a1800

Please sign in to comment.