Uh oh!
There was an error while loading. Please reload this page.
Circumvent Codecov's legitimate complaint without resorting to pragma - #823
Merged
joshmoore merged 5 commits intoAug 25, 2021
Conversation
Codecov recognises that we aren't testing with fsspec. Perhaps it is less picky if we use pytest.param to parametrise the tests.
Codecov Report
@@ Coverage Diff @@## master #823 +/- ##
=======================================
Coverage 99.94% 99.94% =======================================
Files 31 31 Lines 10606 10606 =======================================
Hits 10600 10600 Misses 6 6
|
benjaminhwilliams
commented
Aug 24, 2021
ContributorAuthor
As promised in #821 (comment), this is now ready for review. Apologies that my silly typo incurred an extra round of CI checks, redundantly chewing through more electrons than was necessary. |
joshmoore
commented
Aug 25, 2021
Member
Heh. We need a CO2 counter per PR (and/or |
joshmoore
approved these changes
Aug 25, 2021
joshmoore
left a comment
Member
There was a problem hiding this comment.
Thanks for the increase in sanity!
jakirkham
commented
Aug 25, 2021
Member
Ah good catch. Thanks for adding this Ben! 😄 |
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 freeto 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.
Codecov recognises that we aren't testing with
fsspec. Perhaps it is less picky if we usepytest.paramto parametrise the tests.TODO: