6r1d / rmr

RMR (or "RtMIDI, reduced") is a C-only rewrite of RtMIDI's Alsa part
https://rmr.readthedocs.io/
MIT License
4 stars 0 forks source link

Pick a workflow and tools for unit-testing and coverage #21

Open 6r1d opened 3 years ago

6r1d commented 3 years ago

It will be nice to have test coverage and unit tests passing shield, but I should try and pick tools for that. Coveralls seems great.

6r1d commented 3 years ago

UPD: I am trying the Coverity service. Haven't done builds yet, but it'll work like that.

6r1d commented 3 years ago

It seems I'll have to make tests using gcov utility.