Atos-Research-and-Innovation / IoTagent-LoRaWAN

FIWARE IoT Agent for LoRaWAN protocol (with CayenneLpp and CBOR data models)
https://fiware-lorawan.readthedocs.io/en/latest/
Other
34 stars 40 forks source link

Feature/add coverage #39

Closed jason-fox closed 5 years ago

jason-fox commented 5 years ago

Expose Code Coverage results to Coveralls. Runs npm test:coverage after the unit tests and then sends the results to coveralls

the repo needs to be exposed on coveralls as well (obviously) - see https://coveralls.io/repos/new

dcalvoalonso commented 5 years ago

LGTM

jason-fox commented 5 years ago

The coverage badge is currently showing Coverage:Unknown because the after_script on Travis is failing:

Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}

@dcalvoalonso - since you have the rights, could you enable the repo in coveralls to correct this please? You could then re-run travis to fix the badge.

dcalvoalonso commented 5 years ago

Hi @jason-fox , I have already requested to my colleague who has the rights over Atos-Research-and-Innovation to fix this. I guess that it should be done tomorrow morning. Thanks!!

dcalvoalonso commented 5 years ago

Hi @jason-fox! As you can see, it is working now.

dcalvoalonso commented 5 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: