-
Notifications
You must be signed in to change notification settings - Fork 105
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
Update testing matrix for supported packages. #904
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov Report
@@ Coverage Diff @@
## main #904 +/- ##
==========================================
- Coverage 81.41% 81.34% -0.07%
==========================================
Files 186 186
Lines 18728 18688 -40
Branches 3289 3267 -22
==========================================
- Hits 15247 15202 -45
- Misses 2539 2547 +8
+ Partials 942 939 -3
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Should we add no-coverage flags in the parts of the code that support instrumentation for unsupported frameworks (in some cases, functions that have been removed/deprecated and no longer used in supported versions)? This way, coverage numbers do not fall, and we do not actually remove existing code |
This PR removes unsupported package versions from the tox testing matrix.