Commit ce4fbf14 authored by chiggs's avatar chiggs

Enable coverage collection

parent e6c0a581
...@@ -9,6 +9,6 @@ before_install: ...@@ -9,6 +9,6 @@ before_install:
- git clone https://github.com/potentialventures/cocotb.git - git clone https://github.com/potentialventures/cocotb.git
- export COCOTB=$PWD/cocotb - export COCOTB=$PWD/cocotb
script: script:
- cd tb && make - cd tb && make COVERAGE=1
after_success: after_success:
- coveralls - coveralls
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment