Skip to content

Commit

Permalink
Update CI/test_coverage.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander J. Pfleger <[email protected]>
  • Loading branch information
CarloVarni and AJPfleger authored Oct 2, 2024
1 parent f37d661 commit d4b6827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def call(cmd):
if not os.path.exists(coverage_dir):
os.makedirs(coverage_dir)

excludes = ["-e", "../Tests/", "-e", ".*json.hpp"]
excludes = ["-e", "../Tests/", "-e", r".*json\.hpp"]

# create the html report
call(
Expand Down

0 comments on commit d4b6827

Please sign in to comment.