calpoly-csai / api

Official API for the NIMBUS Voice Assistant accessible via HTTP REST protocol.
https://nimbus.api.calpolycsai.com/
GNU General Public License v3.0
9 stars 4 forks source link

A simple coverage script #119

Closed mfekadu closed 4 years ago

mfekadu commented 4 years ago

What's New

you can run the following in the command-line

pipenv install --dev

pipenv shell

./coverage.sh

open htmlcov/index.html

image