Skip to content

Commit

Permalink
fix: Fix coverage report for application with multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
JCHacking committed Apr 11, 2024
1 parent 0610f47 commit 84f8647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nose2/plugins/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ def beforeSummaryReport(self, event):
# requesting a better fix in nedbat/coveragepy#34
self.covController.save()

if self._mpmode:
self.covController.combine(strict=True)
self.covController.combine()

percent_coverage = None

Expand Down

0 comments on commit 84f8647

Please sign in to comment.