Skip to content

Commit

Permalink
Run tests with code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jun 10, 2021
1 parent f36564d commit 6710ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
"./sql/populate.sh"
mysql --protocol=tcp --port=53306 -uindex_digest -pqwerty index_digest -v -e '\s; SHOW TABLES; SHOW DATABASES;'
- name: Tests
run: make test
- name: Tests with code coverage
run: make coverage

# https://coveralls-python.readthedocs.io/en/latest/usage/index.html
# upload coverage report for just one of Python version matrix runs
Expand Down

0 comments on commit 6710ebb

Please sign in to comment.