-
Notifications
You must be signed in to change notification settings - Fork 229
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pytest-dev/pytest-cov
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: da61b91
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pytest-dev/pytest-cov
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e1913e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 21 files changed
- 6 contributors
Commits on Sep 5, 2020
-
Update config.rst wrt ignored .coveragerc settings
I took a while to figure out why coverage wasn't working correctly for our large project until yesterday, when I read the paragraph that called out the `.coveragerc` options that `pytest-cov` ignores. This PR makes that part of the documentation "pop" a bit more. I considered moving it under "Caveats", but decided that that would mean rewriting "Caveats" to have two separate issues, rather than the one that it currently explains.
Configuration menu - View commit details
-
Copy full SHA for 87d8b0c - Browse repository at this point
Copy the full SHA 87d8b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeefc96 - Browse repository at this point
Copy the full SHA aeefc96View commit details
Commits on Nov 4, 2020
-
Inherit coverage context in subprocesses
Signed-off-by: Bernát Gábor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9887c9f - Browse repository at this point
Copy the full SHA 9887c9fView commit details
Commits on Jan 10, 2021
-
Do not install empty console_scripts entry point
The empty 'console_scripts' entry point serves no purpose, and it is rather unlikely for it to contain any script in the near future. Its presence confuses Gentoo missing dependency checks.
Configuration menu - View commit details
-
Copy full SHA for 151bbe3 - Browse repository at this point
Copy the full SHA 151bbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b9feca - Browse repository at this point
Copy the full SHA 7b9fecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6592810 - Browse repository at this point
Copy the full SHA 6592810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eada98 - Browse repository at this point
Copy the full SHA 0eada98View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ce7ac3 - Browse repository at this point
Copy the full SHA 4ce7ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d7705 - Browse repository at this point
Copy the full SHA 42d7705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25eed21 - Browse repository at this point
Copy the full SHA 25eed21View commit details
Commits on Jan 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a2493d5 - Browse repository at this point
Copy the full SHA a2493d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c382a - Browse repository at this point
Copy the full SHA d3c382aView commit details
Commits on Jan 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5f935d5 - Browse repository at this point
Copy the full SHA 5f935d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7e850 - Browse repository at this point
Copy the full SHA bd7e850View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b45388d - Browse repository at this point
Copy the full SHA b45388dView commit details
Commits on Jan 19, 2021
-
Fix custom commands with newer setuptools
Fix custom commands to handle additional arguments to the run() method. This is needed with newer versions of setuptools since they've started passing 'show_deprecation' kwarg in easy_install command, and this resulted in the following error: ``` Traceback (most recent call last): File "/tmp/pytest-cov/./setup.py", line 86, in <module> setup( File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/usr/lib/python3.9/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/usr/lib/python3.9/site-packages/setuptools/command/install.py", line 67, in run self.do_egg_install() File "/usr/lib/python3.9/site-packages/setuptools/command/install.py", line 117, in do_egg_install cmd.run(show_deprecation=False) TypeError: run() got an unexpected keyword argument 'show_deprecation' ``` While at it, future-proof all overriden commands to accept pass any arguments through.Configuration menu - View commit details
-
Copy full SHA for d39de1e - Browse repository at this point
Copy the full SHA d39de1eView commit details
Commits on Jan 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 51f1f2b - Browse repository at this point
Copy the full SHA 51f1f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1913e - Browse repository at this point
Copy the full SHA 5e1913eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff da61b91...5e1913e