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

Enable ExCoveralls with parallel builds #62

Merged
merged 1 commit into from
Oct 25, 2022
Merged

Conversation

miguelnietoa
Copy link
Member

Description

This PR enables ExCoveralls with parallel builds.

With this approach, the 2 builds produced by the matrix strategy between the OTP and Elixir versions are created in parallel, and at the end, they are merged and published to Coveralls.
More info: https://docs.coveralls.io/parallel-build-webhook

The build number is slightly different between pull requests and pushes. See below:
https://github.com/parroty/excoveralls/blob/d1b6b35cee693e0bc461da00c969a79a23276baa/lib/excoveralls/github.ex#L37-L48

@coveralls
Copy link

Pull Request Test Coverage Report for Build 202da5cb7130dfe3cabe2a8880b98f55ca566904-PR-62

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 8913e91ced37a8df3112a33feaddf36f7690cf4c: 0.0%
Covered Lines: 302
Relevant Lines: 302

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 202da5cb7130dfe3cabe2a8880b98f55ca566904-PR-62

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 8913e91ced37a8df3112a33feaddf36f7690cf4c: 0.0%
Covered Lines: 302
Relevant Lines: 302

💛 - Coveralls

@miguelnietoa miguelnietoa merged commit 7fc1f30 into v0.3 Oct 25, 2022
@miguelnietoa miguelnietoa deleted the enable-excoveralls branch October 25, 2022 16:39
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.

None yet

2 participants