-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
For some time now, projects using Coverage.jl plus Coveralls may get multiple Coveralls comments on PRs; see e.g. JuliaCI/CoverageTools.jl#43 or #289
I believe this is indeed due to PR #289 and its removal of the .COVERALLS_PARALLEL=true etc. which we ought to be using per https://github.com/marketplace/actions/coveralls-github-action and https://docs.coveralls.io/parallel-build-webhook (see also the discussion here). It was removed there to fix other issues, as it is better to get multiple coverage reports than to get none. But now that things are at least working, it would be a good idea to look into this again and see if we can fix the multiple reports somehow.
It is unclear why exactly this happens.
Metadata
Metadata
Assignees
Labels
No labels