Skip to content

Commit

Permalink
A new path is showing up in the coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Jan 24, 2024
1 parent cb5b468 commit a3e81e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/coverage/run_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run_coverage_test():
subprocess.check_call(['cargo','test'],env=env)

def is_my_code(desc):
for path in ['.cargo','library/std','src/py','src/classic/bins']:
for path in ['.cargo','library/std','src/py','src/classic/bins','/rustc']:
if path in desc['name']:
return False

Expand Down

0 comments on commit a3e81e7

Please sign in to comment.