Hi,
My PR is failed Codecov check however I am unable find why.
Previously Codecov was fine but then All I did was removing 2 assert statements from a Pytest and replaced them with match argument in the pytest.warns call.
matplotlib/matplotlib#18493 and click here to see that exact different
I am new to this Codecov, can anyone please help.
Hi,
A Question about PR https://github.com/matplotlib/matplotlib/pull/18493/
Azure test is failing for Windows_py37, macOS_py37, macOS_py38 . But I can't understand if there is any relation to the code changes I have done.
I can see that other PR are also failing Azure test(like this merged recently but had all Azure tests failing: matplotlib/matplotlib#18696 )
So, is this like some other issue with master branch or I need to check it in my code?