Skip to content

Commit

Permalink
test line updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andli committed Dec 16, 2020
1 parent dbd0f1b commit e4bb630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: | #pytest --cov=micromenu --cov-report xml:coverage.xml tests/
coverage run --source=./pymkm --omit="./test/local*" -m unittest discover -p test_*.py
run: |
coverage run --source=./pymkm -m unittest discover -p test_*.py
coverage xml
- name: Coverage
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit e4bb630

Please sign in to comment.