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

Testsuites without testcases #233

Merged
merged 3 commits into from
Mar 7, 2022
Merged

Conversation

EnricoMi
Copy link
Owner

@EnricoMi EnricoMi commented Mar 7, 2022

XML files without <testcase> tags still contain the number of tests, skipped tests and failures in the <testsuites> tags. The action then reports those numbers as "runs" while tests are all 0 (first seen in #231):

grafik

This fixes this. The "tests" line contains the numbers and the "run" line is removed, as there are no individual test case information.

@EnricoMi EnricoMi changed the title Branch testsuites without testcases Testsuites without testcases Mar 7, 2022
@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (setup-python)

       54 files  ±  0         54 suites  ±0   2m 22s ⏱️ -4s
     262 tests +  1       262 ✔️ +  1      0 💤 ±0  0 ±0 
14 148 runs  +54  13 716 ✔️ +54  432 💤 ±0  0 ±0 

Results for commit 951cecd. ± Comparison against base commit d512bc6.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (Linux)

       54 files  ±  0         54 suites  ±0   2m 22s ⏱️ -4s
     262 tests +  1       262 ✔️ +  1      0 💤 ±0  0 ±0 
14 148 runs  +54  13 716 ✔️ +54  432 💤 ±0  0 ±0 

Results for commit 951cecd. ± Comparison against base commit d512bc6.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (Docker Image)

       54 files  ±  0         54 suites  ±0   2m 22s ⏱️ -4s
     262 tests +  1       262 ✔️ +  1      0 💤 ±0  0 ±0 
14 148 runs  +54  13 716 ✔️ +54  432 💤 ±0  0 ±0 

Results for commit 951cecd. ± Comparison against base commit d512bc6.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (Dockerfile)

       54 files  ±  0         54 suites  ±0   2m 22s ⏱️ -4s
     262 tests +  1       262 ✔️ +  1      0 💤 ±0  0 ±0 
14 148 runs  +54  13 716 ✔️ +54  432 💤 ±0  0 ±0 

Results for commit 951cecd. ± Comparison against base commit d512bc6.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (Test Files)

  25 files  +1      4 errors  22 suites  +1   39m 12s ⏱️ ±0s
272 tests ±0  227 ✔️ ±0  18 💤 ±0  23 ±0  4 🔥 ±0 
443 runs  +6  357 ✔️ +3  55 💤 +2  26 +1  5 🔥 ±0 

For more details on these parsing errors, failures and errors, see this check.

Results for commit 951cecd. ± Comparison against base commit d512bc6.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (macOS)

       54 files  ±  0         54 suites  ±0   2m 22s ⏱️ -4s
     262 tests +  1       262 ✔️ +  1      0 💤 ±0  0 ±0 
14 148 runs  +54  13 716 ✔️ +54  432 💤 ±0  0 ±0 

Results for commit 951cecd. ± Comparison against base commit d512bc6.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (Windows)

       54 files  ±  0         54 suites  ±0   2m 22s ⏱️ -4s
     262 tests +  1       262 ✔️ +  1      0 💤 ±0  0 ±0 
14 148 runs  +54  13 716 ✔️ +54  432 💤 ±0  0 ±0 

Results for commit 951cecd. ± Comparison against base commit d512bc6.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

Unit Test Results (reference)

       54 files  ±  0         54 suites  ±0   2m 22s ⏱️ -4s
     262 tests +  1       262 ✔️ +  1      0 💤 ±0  0 ±0 
14 148 runs  +54  13 716 ✔️ +54  432 💤 ±0  0 ±0 

Results for commit 951cecd. ± Comparison against base commit d512bc6.

@EnricoMi EnricoMi merged commit f57c7ad into master Mar 7, 2022
@EnricoMi EnricoMi deleted the branch-testsuites-without-testcases branch March 7, 2022 08:43
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.

None yet

1 participant