seccomp / libseccomp

The main libseccomp repository
GNU Lesser General Public License v2.1
805 stars 171 forks source link

RFE: Use lcov files in Travis CI #309

Closed drakenclimber closed 3 years ago

drakenclimber commented 3 years ago

See this comment in Issue #299 for more details.

Our current code coverage solution (cpp-coveralls) has minor differences from the code coverage results generated from an lcov file. Initial analysis shows that the lcov file is likely more correct.

Switching from cpp-coveralls to an lcov file will also be beneficial if/when we need to transition from Travis CI to another continuous integration platform.

pcmoore commented 3 years ago

I'm closing this issue as it isn't relevant anymore now that we've migrated to GH Actions.