Skip to content

Commit

Permalink
- removed suggestions for options, which weren't informed enough (som…
Browse files Browse the repository at this point in the history
…e options might

  even have been in effect);
  • Loading branch information
jaltmayerpizzorno committed Apr 21, 2024
1 parent 85cb2ed commit 22fc55f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coverup/coverup.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,6 @@ def main():

except subprocess.CalledProcessError as e:
print("Error measuring coverage:\n" + str(e.stdout, 'UTF-8', errors='ignore'))
print()
print("You may want to use --isolate-tests, --disable-polluting or --disable-failing")
return 1

print(f"{coverage['summary']['percent_covered']:.1f}%")
Expand Down

0 comments on commit 22fc55f

Please sign in to comment.