-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge master into features (about to prepare 4.0) #4383
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
Merge master into features (about to prepare 4.0) #4383
Conversation
Ref: pytest-dev#4321 (comment) Hardens some of the not many tests affected by this: 1. `testing/test_session.py::test_rootdir_option_arg` displayed: > root/test_rootdir_option_arg2/test_rootdir_option_arg.py 2. `test_cmdline_python_namespace_package` displayed "hello/" prefix for: > hello/test_hello.py::test_hello > hello/test_hello.py::test_other
…or_relpath Fix nodes._check_initialpaths_for_relpath for dirs
tests: fix equal_with_bash to handle appearing .coverage files
Fix collection of symlinked files
Cleanup/follow-up to pytest-dev#4319
Travis: use Xenial by default [skip appveyor]
Travis: use coverage from existing tox env [skip appveyor]
Release version 3.10.1
CI: doctesting uses coverage, fiy py37 on AppVeyor
CI: use py37 instead of py36 by default
Another build interrupted on AppVeyor due to a codecov connection failure... rebuilding. |
do we have a command retry tool to make it try more than once? |
On Travis I've switched to codecov-bash, which retries automatically. It is unfortunate that you have to rebuild everything on AppVeyor. |
Heh.. you got my 👍 into here automatically.. :D |
Follow up for the retry script idea: #4387 |
Codecov Report
@@ Coverage Diff @@
## features #4383 +/- ##
============================================
+ Coverage 95.63% 95.99% +0.35%
============================================
Files 111 111
Lines 24954 25358 +404
Branches 2440 2496 +56
============================================
+ Hits 23865 24342 +477
+ Misses 775 726 -49
+ Partials 314 290 -24
Continue to review full report at Codecov.
|
No description provided.