Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix Warning messages #3679

Merged
merged 3 commits into from
Oct 2, 2024
Merged

Conversation

CarloVarni
Copy link
Collaborator

Fix following messages:

/__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"]

@CarloVarni CarloVarni added this to the next milestone Oct 2, 2024
@github-actions github-actions bot added the Infrastructure Changes to build tools, continous integration, ... label Oct 2, 2024
CI/test_coverage.py Outdated Show resolved Hide resolved
@CarloVarni CarloVarni requested a review from AJPfleger October 2, 2024 08:32
Copy link

github-actions bot commented Oct 2, 2024

📊: Physics performance monitoring for 38d6010

Full contents

physmon summary

Co-authored-by: Alexander J. Pfleger <[email protected]>
Copy link

sonarqubecloud bot commented Oct 2, 2024

@kodiakhq kodiakhq bot merged commit d468122 into acts-project:main Oct 2, 2024
42 checks passed
@github-actions github-actions bot removed the automerge label Oct 2, 2024
@CarloVarni CarloVarni deleted the FixWarnings branch October 2, 2024 13:19
@acts-project-service acts-project-service added the Fails Athena tests This PR causes a failure in the Athena tests label Oct 2, 2024
@paulgessinger paulgessinger modified the milestones: next, v37.0.0 Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fails Athena tests This PR causes a failure in the Athena tests Infrastructure Changes to build tools, continous integration, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants