Further simplify the usage of the integration test rule#2001
Merged
bidetofevil merged 1 commit intomainfrom Mar 7, 2025
Merged
Further simplify the usage of the integration test rule#2001bidetofevil merged 1 commit intomainfrom
bidetofevil merged 1 commit intomainfrom
Conversation
This was referenced Mar 6, 2025
Contributor
Author
This was referenced Mar 6, 2025
22b3ab4 to
1dd2058
Compare
307b93a to
4b472de
Compare
1dd2058 to
e1134e0
Compare
4b472de to
40b2f28
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2001 +/- ##
==========================================
- Coverage 85.41% 85.38% -0.03%
==========================================
Files 482 482
Lines 11234 11234
Branches 1686 1686
==========================================
- Hits 9595 9592 -3
Misses 901 901
- Partials 738 741 +3 🚀 New features to boost your workflow:
|
e1134e0 to
bace552
Compare
40b2f28 to
e95d01c
Compare
e95d01c to
f83ecfb
Compare
bace552 to
240adbb
Compare
f83ecfb to
b262c58
Compare
1244467 to
c8284b3
Compare
b262c58 to
00d6ff9
Compare
00d6ff9 to
9696dd7
Compare
9696dd7 to
b60ed2d
Compare
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
Contributor
Author
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.

Goal
Instantiate fakes we always use within the setup interface and expose them for reading/altering. In addition, we don't prepopulate native symbols and instead rely on the tests to do the setup..