This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
NonDifferentialHarbormasterTask doesn't record Uberalls coverage information #256
Comments
is a possible solution. |
Also, how do we call |
@aadis that task is triggered if you run a job with phid and no diff id (or revision id). For example, if you enable phab integration for CI builds. |
Any change this will get fixed? |
What I realised by looking in the code is it only triggers for Stable builds. I wanted coverage even for unstable builds so removed that check. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use 2 different jobs for one project - one for DIFF and one for CI.
The job for DIFF works fine and records coverage and posts as comment. However, the job for CI doesn't record coverage automatically because it runs
NonDifferentialHarbormasterTask
which doesn't have uberalls integrated. I think the fix is pretty simple - basically need to copy bits fromNonDifferentialBuildTask
- thoughts?This way you don't need a cron job running coverage for
master
branch - instead it can just rely on the coverage information recorded from the CI build.The text was updated successfully, but these errors were encountered: