You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also added a fix for residual issues from pytest-dev/py#169, which is necessary until either the 1.5.0 release is dropped, the trove classifiers get fixed, or whatever test dependencies are including py start pinning on Python 3.3 themselves.
pganssle
changed the title
Pin codecov to 2.0.5 on appveyor builds
Pin codecov and py dependencies on Appveyor.
Nov 16, 2017
OK, so while testing this, I realized that we're not being hit by that codecov issue. What was happening was that codecov run -m pytest -v was inferring that the only source was dateutil.test for whatever reason.
By explicitly adding coverage run --source=dateutil -m pytest -v, we get the full report.
Unfortunately, this doesn't actually bring up our coverage at all, because the old erroneous reports from Appveyor were counting dateutil.test twice, and dateutil.test has excellent coverage, as you would expect from a test suite...
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
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.
Short-to-medium term fix for #520, until codecov/support#402 is solved in a release to the python
codecovclient.