Closed
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7198 +/- ##
==========================================
+ Coverage 89.77% 89.77% +<.01%
==========================================
Files 445 445
Lines 79874 79874
Branches 12773 12773
==========================================
+ Hits 71704 71706 +2
+ Misses 5372 5368 -4
- Partials 2798 2800 +2 |
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.
I've noticed that, even if an individual test is fast, doing:
will take some seconds. This is because, at least on my laptop, I get:
On this PR I get:
@GuillaumeFavelier would you be up for taking over and ensuring that all tests that require the 3D backends make use of this? For example not everything uses
renderer, such astest_plot_vec_source_estimates, so we might need to create some new fixture and pass it to those tests until they do. If it's not clear or you are not enthusiastic about doing it I can give it a shot.This 2 sec overhead may seem trivial, but when doing TDD and iterating in code it gets annoying, so whatever we can do to get good speed gains is beneficial in the long run.