Page MenuHomePhabricator

As a developer, I get feedback on tests during code review
Closed, ResolvedPublic3 Estimated Story Points

Description

Merge work from @BGerstle-WMF's fork which sets up Travis CI for continuous testing (and eventually coverage reports).

Acceptance criteria

Given I am working on Wikipedia iOS project
When I submit changes for review
Then tests should run on those changes
And the result of the tests is posted to the code review

Given I have submitted changes to the Wikipedia iOS project for review
When I update those changes
Then the tests should run
And the result of the tests is posted to the code review

Event Timeline

BGerstle-WMF raised the priority of this task from to Needs Triage.
BGerstle-WMF updated the task description. (Show Details)
BGerstle-WMF subscribed.

I've been playing with http://codecov.io/ , and found it to be quite nice. See T74863.

@jayvdb very interesting indeed! even supports gitlab and appears to be open source. I might timebox some time into hooking this up over coveralls since it jives better w/ our values.

BGerstle-WMF renamed this task from Enable Travis & Coveralls for main GH Repo to As a developer, I get feedback on tests during code review.Jul 24 2015, 1:34 PM
BGerstle-WMF updated the task description. (Show Details)
BGerstle-WMF set Security to None.