Skip to content

Commit

Permalink
fix: Exclude external directory when generating python report
Browse files Browse the repository at this point in the history
  • Loading branch information
ewianda committed Aug 20, 2024
1 parent 425dfb0 commit d566d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/private/stage2_bootstrap_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def _maybe_collect_coverage(enable):
# Pipes can't be read back later, which can cause coverage to
# throw an error when trying to get its source code.
"/dev/fd/*",
"*/external/*",
],
)
cov.start()
Expand Down

0 comments on commit d566d28

Please sign in to comment.