Re: [All] GitHub action for coverage reports

2022-02-13 Thread Alex Herbert
On Sat, 12 Feb 2022 at 13:39, Gary Gregory wrote: > > There is a Coveralls GitHub action, not sure what that requires though. A quick test with this failed. I found that it does not support jacoco execution files. See Coveralls GH action issue 22 [1]. The issue has some suggestions for a replace

Re: [All] GitHub action for coverage reports

2022-02-12 Thread Gary Gregory
There is a Coveralls GitHub action, not sure what that requires though. Gary On Sat, Feb 12, 2022 at 4:36 AM Alex Herbert wrote: > When the migration was done to change most of commons CI from Travis > to GitHub actions the coverage reporting was lost. This may have been > due to lack of suppor

[All] GitHub action for coverage reports

2022-02-12 Thread Alex Herbert
When the migration was done to change most of commons CI from Travis to GitHub actions the coverage reporting was lost. This may have been due to lack of support in GitHub actions at the time. I think we should add back some coverage reporting. This simplifies PR reviews as currently I am having t