CI: fix code coverage collection.
This has been broken since commit d71e19e2 (2020-07-22).
This commit is contained in:
parent
9746138e55
commit
80194e1a7e
3 changed files with 2 additions and 3 deletions
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue