This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Create a new step to record coverage results #502
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…new API to new package.
Use the new parsers in freestyle tests: - JaCoCo one and two files - Cobertura single file without complexity - PIT single file
Add dumb agent and docker agent based tests.
|
Hi, I just wanted to ask about the status of this pull request. Is there anything I can do to help you with this? :) |
39 tasks
|
Superseded by #512. |
I answered in an email, I hope I used the correct address... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rewrite of the recorder (and step) so that we can use the new Coverage Model. The old step is too tightly coupled with the old model and cannot be refactored so that old pipelines will remain compatible.
Downstream of https://github.com/uhafner/coverage-model/pull/35