RUM-1519 Api coverage#1681
Merged
Merged
Conversation
xgouchet
force-pushed
the
xgouchet/RUM-1519/api_coverage
branch
4 times, most recently
from
October 26, 2023 12:30
09b2d03 to
00315ac
Compare
xgouchet
force-pushed
the
xgouchet/RUM-1519/api_coverage
branch
from
October 26, 2023 13:11
00315ac to
f86af62
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1681 +/- ##
===========================================
- Coverage 83.66% 83.55% -0.11%
===========================================
Files 462 462
Lines 15843 15855 +12
Branches 2363 2365 +2
===========================================
- Hits 13254 13247 -7
- Misses 1950 1968 +18
- Partials 639 640 +1
|
xgouchet
marked this pull request as ready for review
October 27, 2023 07:19
0xnm
approved these changes
Oct 27, 2023
| private fun freeSpaceIfNeeded() { | ||
| val files = listSortedBatchFiles() | ||
| val sizeOnDisk = files.sumOf { it.lengthSafe(internalLogger) } | ||
| val sizeOnDisk = files.sumOf { f: File -> f.lengthSafe(internalLogger) } |
Contributor
Author
There was a problem hiding this comment.
I think it helped it resolving a type at some point
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
This PR attemps to get an "API coverage" for our integration tests suites:
Motivation
As part of our updated test pyramid definition, we need to have a reliable coverage reporting for integration tests