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 regexes to detect chunked annotations #407

Conversation

pavel-spacil
Copy link
Contributor

@pavel-spacil pavel-spacil commented Feb 24, 2023

Fixes #406.

@pavel-spacil pavel-spacil marked this pull request as ready for review February 24, 2023 09:54
@github-actions
Copy link

Test Results (reference)

       69 files  ±  0         69 suites  ±0   47m 5s ⏱️ - 2m 30s
     405 tests +  1       405 ✔️ +  1      0 💤 ±0  0 ±0 
27 945 runs  +69  27 405 ✔️ +69  540 💤 ±0  0 ±0 

Results for commit 3be83a7. ± Comparison against base commit 5975303.

@@ -1166,6 +1166,25 @@ def test_get_test_lists_from_check_run_none_raw_details(self):
check_run.get_annotations = mock.Mock(return_value=annotations)
self.assertEqual((None, None), Publisher.get_test_lists_from_check_run(check_run))

def test_get_test_lists_from_generated_annotations(self):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, this round-trip test would have discovered that titles in test_get_test_lists_from_check_run_chunked_tests were wrong in the first place.

@EnricoMi EnricoMi merged commit 7108084 into EnricoMi:master Feb 24, 2023
@pavel-spacil pavel-spacil deleted the bugfix/issue-406-missing-added-removed-sections branch February 24, 2023 10:34
@EnricoMi
Copy link
Owner

This has just been released.

@pavel-spacil
Copy link
Contributor Author

Works now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The PR comment does not contain sections with list of added/removed tests
2 participants