How to get Coveralls code coverage for a Swift project

I have a code coverage report created on Travis-CI using a ruby ​​script that he once wrote.

See for example: https://travis-ci.org/Cocoanetics/DTCoreText at the bottom of the log.

I started a new open source project Kvitto and installed it on Travis-CI here: https://travis-ci.org/Cocoanetics/Kvitto

I need help to get coverage in order to appear in Coveralls here: https://coveralls.io/github/Cocoanetics/Kvitto - there is currently no coverage information for anything.

I am creating the “Coverage” assembly configuration, where I installed both the old and the new style ... I need to adapt the ruby ​​script (in order to correctly assemble the files .gcda?

+4
source share

Source: https://habr.com/ru/post/1610646/


All Articles