Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix Warning messages (acts-project#3679)
Fix following messages: ```console /__w/acts/acts/build/../CI/test_coverage.py:44: SyntaxWarning: invalid escape sequence '\d' map(int, re.match("gcovr (\d+\.\d+)", gcovr_version_text).group(1).split(".")) /__w/acts/acts/build/../CI/test_coverage.py:66: SyntaxWarning: invalid escape sequence '\.' excludes = ["-e", "../Tests/", "-e", ".*json\.hpp"] ```
- Loading branch information