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

Add support for matrix builds #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timothyfredrickson
Copy link

  • Change line count variables to doubles to avoid overflow. Currently if
    the line count increments over the integer max it goes to 0.
  • Add support for matrix jobs. Coverage displays by individual labels
    and is aggregated for the main page.
  • Add support for environment variables to be passed in.

Matrix integration code provided by:
#26

Fixes:
#37
https://issues.jenkins-ci.org/browse/JENKINS-30647

- Change line count variables to doubles to avoid overflow. Currently if
the line count increments over the integer max it goes to 0.
- Add support for matrix jobs. Coverage displays by individual labels
and is aggregated for the main page.
- Add support for environment variables to be passed in.
@jenkinsadmin
Copy link
Member

Thank you for this pull request! Please check this document for how the Jenkins project handles pull requests.

@jeffpearce
Copy link
Contributor

This PR predates my time as maintainer, and I'd like to either get this feature in or close it. There's also a similar #26 - I'm not sure which of these (if any) would be relevant now

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