CI: fix code coverage collection.

This has been broken since commit d71e19e2 (2020-07-22).
This commit is contained in:
whitequark 2020-10-15 18:09:04 +00:00
parent 9746138e55
commit 80194e1a7e
3 changed files with 2 additions and 3 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Run tests
run: |
export NMIGEN_USE_YOSYS=builtin YOSYS=yowasp-yosys SBY=yowasp-sby SMTBMC=yowasp-yosys-smtbmc
python -m unittest discover
python -m coverage run -m unittest
codecov
document:
runs-on: ubuntu-latest