Detekt the api coverage in Integration tests#2300
Merged
Merged
Conversation
xgouchet
force-pushed
the
xgouchet/reliability/it_api_coverage
branch
from
October 2, 2024 07:42
cbd32f9 to
b13283e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2300 +/- ##
===========================================
- Coverage 70.44% 70.25% -0.19%
===========================================
Files 730 730
Lines 27268 27265 -3
Branches 4584 4584
===========================================
- Hits 19207 19153 -54
- Misses 6815 6830 +15
- Partials 1246 1282 +36 |
xgouchet
marked this pull request as ready for review
October 2, 2024 10:02
xgouchet
marked this pull request as draft
October 2, 2024 10:03
xgouchet
force-pushed
the
xgouchet/reliability/it_api_coverage
branch
3 times, most recently
from
October 3, 2024 08:53
c555f74 to
01bbfec
Compare
xgouchet
force-pushed
the
xgouchet/reliability/it_api_coverage
branch
from
October 8, 2024 13:36
01bbfec to
6d6ea18
Compare
xgouchet
marked this pull request as ready for review
October 8, 2024 13:38
0xnm
approved these changes
Oct 8, 2024
jonathanmos
approved these changes
Oct 9, 2024
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 updates how we compute our API coverage through Integration tests, by ignoring methods flagged with
@Internaland Extension methods we use for non Datadog classes.Motivation
Improve our visibility on integration test coverage