Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Add support for coveralls #7

Open
fingolfin opened this issue Sep 3, 2019 · 2 comments
Open

Add support for coveralls #7

fingolfin opened this issue Sep 3, 2019 · 2 comments

Comments

@fingolfin
Copy link
Member

Right now, code coverage is only supported for Codecov. Let's also add support for https://coveralls.io -- we already did the groundwork for this to get it work for https://github.com/gap-system/gap/pulls so this is mostly a matter of putting in the right code (one can take a look at https://github.com/gap-system/gap/pulls to get an idea of what may need to be done), and to give the user (= package authors) a way to select whether to upload to Codecov, Coveralls, or both.

@fingolfin
Copy link
Member Author

Based on what we now know, the best way to attack this may be to produce LCOV files via OutputLcovCoverage (see gap-packages/profiling#85).

@fingolfin
Copy link
Member Author

... and then perhaps we can also use that for codecov...?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant