Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes the behavior of mix coveralls.post so that it recognizes #116

Merged
merged 2 commits into from
Oct 4, 2017

Conversation

trumant
Copy link
Contributor

@trumant trumant commented Oct 2, 2017

that coverage is being run against an umbrella app and only posts
to coveralls.io once all sub-applications have been analysed

Fixes #76

Prior to this change, Poster.execute/2 was getting called after every sub application's coverage was calculated. Now, it only gets called once at the end of the last sub application's coverage run.

The excoveralls.post.json file that is sent to coveralls.io contains all of the files from all sub-applications and the reported coverage number in coveralls.io now matches that produced in the summary line when running:

mix coveralls --umbrella

that coverage is being run against an umbrella app and only posts
to coveralls.io once all sub-applications have been analysed
@coveralls
Copy link

coveralls commented Oct 2, 2017

Coverage Status

Coverage increased (+0.05%) to 91.793% when pulling 9c83665 on trumant:issues/76 into e7b3616 on parroty:master.

@coveralls
Copy link

coveralls commented Oct 2, 2017

Coverage Status

Coverage increased (+0.05%) to 91.793% when pulling 85ca2d9 on trumant:issues/76 into e7b3616 on parroty:master.

@trumant trumant closed this Oct 2, 2017
@trumant trumant reopened this Oct 2, 2017
@coveralls
Copy link

coveralls commented Oct 2, 2017

Coverage Status

Coverage increased (+0.05%) to 91.793% when pulling 85ca2d9 on trumant:issues/76 into e7b3616 on parroty:master.

@trumant
Copy link
Contributor Author

trumant commented Oct 4, 2017

@parroty Any concerns around this PR?

@parroty parroty merged commit 4ff944c into parroty:master Oct 4, 2017
@parroty
Copy link
Owner

parroty commented Oct 4, 2017

Thanks, great! and sorry being late.

@trumant trumant deleted the issues/76 branch October 5, 2017 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants