-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
Implement processed code coverage data mapper #1028
Open
AndrewFeeney
wants to merge
15
commits into
sebastianbergmann:main
Choose a base branch
from
AndrewFeeney:implement_processed_code_coverage_data_mapper
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Implement processed code coverage data mapper #1028
AndrewFeeney
wants to merge
15
commits into
sebastianbergmann:main
from
AndrewFeeney:implement_processed_code_coverage_data_mapper
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8002119 - Browse repository at this point
Copy the full SHA 8002119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45f8ddd - Browse repository at this point
Copy the full SHA 45f8dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aafb1b - Browse repository at this point
Copy the full SHA 1aafb1bView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 408ec71 - Browse repository at this point
Copy the full SHA 408ec71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c1de2 - Browse repository at this point
Copy the full SHA 00c1de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e69bf - Browse repository at this point
Copy the full SHA e6e69bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bba525 - Browse repository at this point
Copy the full SHA 1bba525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 822dedc - Browse repository at this point
Copy the full SHA 822dedcView commit details
Commits on Jan 25, 2024
-
Separate testing for path and function coverage
- Ensure we are unserialising the function coverage
Configuration menu - View commit details
-
Copy full SHA for 83112b5 - Browse repository at this point
Copy the full SHA 83112b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe7b55 - Browse repository at this point
Copy the full SHA dfe7b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c86758 - Browse repository at this point
Copy the full SHA 4c86758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b33999 - Browse repository at this point
Copy the full SHA 9b33999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b09e8f - Browse repository at this point
Copy the full SHA 6b09e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e5fac - Browse repository at this point
Copy the full SHA 51e5facView commit details
Commits on Jan 29, 2024
-
Skip file cleanup if the tmp directory has not been created
- This issue presents when running the test suite for the first time (e.g. in CI) since there is no `tests/_files/tmp` directory created. - In the one test case which requires the cleanup of these files because it creates them it does not fail because the directory is created. - The other test cases don't need this tear down, but they fail when it tries to run as this directory has not yet been created. - In future we'll probably remove both the tear down and the test case that needs it as this is probably not an appropriately direct way to test this.
Configuration menu - View commit details
-
Copy full SHA for d551ba9 - Browse repository at this point
Copy the full SHA d551ba9View commit details
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.