We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ coverage -e $ coverage -r Traceback (most recent call last): File "c:\Python25\Scripts\coverage-script.py", line 8, in <module> load_entry_point('coverage==3.0b2', 'console_scripts', 'coverage')() File "c:\ned\coverage\trunk\coverage\cmdline.py", line 169, in main return CoverageScript().command_line(sys.argv[1:]) File "c:\ned\coverage\trunk\coverage\cmdline.py", line 156, in command_line reporter.report(args, omit_prefixes=omit) File "c:\ned\coverage\trunk\coverage\summary.py", line 21, in report max_name = max(5, max(map(lambda cu: len(cu.name), self.code_units))) ValueError: max() arg is an empty sequence
The text was updated successfully, but these errors were encountered:
Fixed in <<changeset 2133c70d8fc0 (bb)>>
Sorry, something went wrong.
Removing version: 3.0b2 (automated comment)
Added support for shielding tasks against cancellation
340403a
Fixes nedbat#3.
No branches or pull requests
The text was updated successfully, but these errors were encountered: