diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 9bf1001c..a07fbff1 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -82,8 +82,12 @@ runs: if ! git diff --exit-code || [[ $(git ls-files -o --exclude-standard | wc -l) -gt 0 ]] then - zip changes.zip $(git diff --name-only) $(git ls-files -o --exclude-standard) - exit 1 + # we only upload the changed files if we can find zip + if which zip + then + (git diff --name-only && git ls-files -o --exclude-standard) | xargs -d "\n" zip changed-expectations.zip + exit 1 + fi fi shell: bash - name: Upload changed expectation files @@ -92,6 +96,7 @@ runs: with: name: Changed expectations path: changed-expectations.zip + if-no-files-found: error - name: PyTest env: diff --git a/python/test/files/junit-xml/jest/jest-junit.annotations b/python/test/files/junit-xml/jest/jest-junit.annotations index d045baf9..a249cf66 100644 --- a/python/test/files/junit-xml/jest/jest-junit.annotations +++ b/python/test/files/junit-xml/jest/jest-junit.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr' '0KoLdTSyxCCEDfyMQtUxrsLCgrdvJnJO6kCLT1dyDQQ6iOED9aIPICzCceEaQh5mmtmPg' 'rRFzsc7ZspDrorJKLD0mC01Zdjq3v5tz3cyB5uXcIZAyFBScRvnF43yWbLod0AAAA=\n', diff --git a/python/test/files/junit-xml/junit.multiresult.annotations b/python/test/files/junit-xml/junit.multiresult.annotations index 8107e6c7..843e9d7d 100644 --- a/python/test/files/junit-xml/junit.multiresult.annotations +++ b/python/test/files/junit-xml/junit.multiresult.annotations @@ -12,7 +12,8 @@ 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n4 ' 'tests\u20031 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20031 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '1 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' @@ -21,7 +22,8 @@ 'blob/VERSION/README.md#the-symbols "test errors")\n4 runs\u2006\u2003' '-2 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20033 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '3 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20032 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' diff --git a/python/test/files/junit-xml/mocha/latex-utensils.annotations b/python/test/files/junit-xml/mocha/latex-utensils.annotations index aa6fca0f..9a0e673a 100644 --- a/python/test/files/junit-xml/mocha/latex-utensils.annotations +++ b/python/test/files/junit-xml/mocha/latex-utensils.annotations @@ -10,22 +10,24 @@ '\u205f\u2004\u205f\u20041 files\u2004\u2003\u205f\u2004\u205f\u20041 ' 'suites\u2004\u2003\u20020s ' '[:stopwatch:](https://github.com/EnricoMi/publish-unit-test-result-ac' - 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n101 ' - 'tests\u2003101 ' + 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n' + '101 tests\u2003101 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\n109 runs\u2006\u2003' '109 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MMQ6AIBAEv' '0KoLaDUzxCCEC8imAMq498liIJ2N7O5OagBqwOdCB8IDQniC3NCGcG7jCxjHmKZGH9IhK' 'TUX62w9x/CSLAfoRE9VoPJ3c2xQks204qFu2Dhvqf8tkHMUC8SFknPC30yEpLlAAAA\n', diff --git a/python/test/files/junit-xml/no-cases-but-tests.annotations b/python/test/files/junit-xml/no-cases-but-tests.annotations index c11559f9..f00f7925 100644 --- a/python/test/files/junit-xml/no-cases-but-tests.annotations +++ b/python/test/files/junit-xml/no-cases-but-tests.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBAFr' '0KoLfwkFl7GEJS4UcEsUBnv7spH6N7MS+bmCo7V8ol1DePWg/th8SgcGE3YEtLhvmvMe7' 'ZeShJDETtcJPpfKAFHqkWxIhpMQfQ6975Z5yKXWuAqFrhuSXOe4AjSYnYT/HkBNCXSZd0' diff --git a/python/test/files/junit-xml/no-cases.annotations b/python/test/files/junit-xml/no-cases.annotations index 95c7030e..2e91b4cb 100644 --- a/python/test/files/junit-xml/no-cases.annotations +++ b/python/test/files/junit-xml/no-cases.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0K2ttDWyxiCEDfyMbtQGe8uQaNL92ZeMic49JZhVtOggAvmD9ZCOmOKFceK9cgs98LFmF' '7seHTCafSdsESJXkMlspgy9/BfayxijWXLpBAwV3iX4k3DdQOuuvQ/3QAAAA==\n', diff --git a/python/test/files/junit-xml/pytest/junit.fail.annotations b/python/test/files/junit-xml/pytest/junit.fail.annotations index dcda56f5..d8e1b75d 100644 --- a/python/test/files/junit-xml/pytest/junit.fail.annotations +++ b/python/test/files/junit-xml/pytest/junit.fail.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLfzExssYghA3IpgFKuPdXVEUuzez2dm5BqM8H1hTMe4jhBemiCKAs4QtIR3CderzHn' '2UkkT3iQW25/kWWoD5CYXokExNBqPNvWuWuZu/WuIilrhsSbeuEAiexfws+HECiWEEJ90' diff --git a/python/test/files/junit-xml/pytest/junit.gloo.elastic.annotations b/python/test/files/junit-xml/pytest/junit.gloo.elastic.annotations index efe1f950..15ef5279 100644 --- a/python/test/files/junit-xml/pytest/junit.gloo.elastic.annotations +++ b/python/test/files/junit-xml/pytest/junit.gloo.elastic.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMQQqAIBBFr' 'yKuW1QEQZcJMaMhzRh1Fd290SxrN+/94R18Bq0cH1hTMe4C+BemgMKD3Qj7lpgWn7bugd' 'EFKaOpi1lhJ1NeZgGaRPlQiBazwbC9xXj/grcovcSfXOJvTVpjwBPki7lF8PMCyjZFT+I' diff --git a/python/test/files/junit-xml/pytest/junit.gloo.elastic.spark.tf.annotations b/python/test/files/junit-xml/pytest/junit.gloo.elastic.spark.tf.annotations index 85307df2..4845e007 100644 --- a/python/test/files/junit-xml/pytest/junit.gloo.elastic.spark.tf.annotations +++ b/python/test/files/junit-xml/pytest/junit.gloo.elastic.spark.tf.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMMQ6AIAxFr' '0KYHZRBEy9jCGpsFDAFJuPdLaigW9/7zTv4DNvkeM+ainEXwGcYA0oP1hC2oiNBk4+jEC' '8MLigVTV3MCns0WcwSNhLlY0K0+BgMJhfj/QveovQSf3KJvzVltQZP8FzMLZKfF82Ojyn' diff --git a/python/test/files/junit-xml/pytest/junit.gloo.elastic.spark.torch.annotations b/python/test/files/junit-xml/pytest/junit.gloo.elastic.spark.torch.annotations index 31c9b6f5..8c469e9e 100644 --- a/python/test/files/junit-xml/pytest/junit.gloo.elastic.spark.torch.annotations +++ b/python/test/files/junit-xml/pytest/junit.gloo.elastic.spark.torch.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MOw6AIBAFr' '0KoLdRCEy9jCErc+MEsUBnv7oKIYrczbzMHV7CMhnesKhg3DmyCwaGwoDfCpi1J0GT9WN' 'cP9MZJ+TMz7GTSf68ELJkYETVGg25LRX9nwVu8vcCfXOBvTep1BUsQL2Ymwc8LUe9HxOM' diff --git a/python/test/files/junit-xml/pytest/junit.gloo.standalone.annotations b/python/test/files/junit-xml/pytest/junit.gloo.standalone.annotations index 263648dc..e440d68c 100644 --- a/python/test/files/junit-xml/pytest/junit.gloo.standalone.annotations +++ b/python/test/files/junit-xml/pytest/junit.gloo.standalone.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMTQqAIBBGr' 'yKuW1QQ/VwmxIqGSmPUVXT3xrK03bz3De/gE6yj4R0rMsaNA/vB4FBY0IqwzCsSNFk/tv' 'ULvXFSkmnyaBbYfSD+TAJWMvFlRNQYDDr1Jf39Kz4iCd4i6d2c5qTeNrAE4WJmFvy8ADN' diff --git a/python/test/files/junit-xml/pytest/junit.gloo.static.annotations b/python/test/files/junit-xml/pytest/junit.gloo.static.annotations index e0fd1fc4..160c5610 100644 --- a/python/test/files/junit-xml/pytest/junit.gloo.static.annotations +++ b/python/test/files/junit-xml/pytest/junit.gloo.static.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMTQqAIBBGr' 'yKuW1REUJcJsaQhzRh1Fd29sR+z3bz3DW/nCvTkeM+qgnEXwCcYAwoPdiVsO2JafNzq5o' 'XBBSnjd/2ZBba/UQI0mTKJCdHiYzCsKRnvX/EWWfASWe/iPCetMeAJnou5WfDjBP7Rpw/' diff --git a/python/test/files/junit-xml/pytest/junit.mpi.integration.annotations b/python/test/files/junit-xml/pytest/junit.mpi.integration.annotations index 7d09ff5a..f84b911f 100644 --- a/python/test/files/junit-xml/pytest/junit.mpi.integration.annotations +++ b/python/test/files/junit-xml/pytest/junit.mpi.integration.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0K2ttAYGy9jCGLciGAWqIx3d/EL3Zt5yewwodEeetFUAnzE8MEYSQZ0NmHHzE9IX/vuwU' 'elSrHgxqL+xCTRFEITOXoMRfv20sxzN/+1i7PYxXlLuXXFwPAs4WcJxwk6KM9l3gAAAA=' diff --git a/python/test/files/junit-xml/pytest/junit.mpi.standalone.annotations b/python/test/files/junit-xml/pytest/junit.mpi.standalone.annotations index 51dd8a65..695f8c8d 100644 --- a/python/test/files/junit-xml/pytest/junit.mpi.standalone.annotations +++ b/python/test/files/junit-xml/pytest/junit.mpi.standalone.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLdRCo5cxBCFu/GAWqIx3d1FE7N7MS+bgGhZlec+qgnHrwSUYPQoHZiOsq44EXS6cXf' 'vCYL2UwTSfmWGPgUdoAQuJMgmFaDAa9Fsqhv0LPuLr3Zzlbs5r0qwrOIK4mJ0EPy/3HdY' diff --git a/python/test/files/junit-xml/pytest/junit.mpi.static.annotations b/python/test/files/junit-xml/pytest/junit.mpi.static.annotations index dfefec24..1b881f0f 100644 --- a/python/test/files/junit-xml/pytest/junit.mpi.static.annotations +++ b/python/test/files/junit-xml/pytest/junit.mpi.static.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MOwqAMBAFr' 'xK2tlCx8jISYsTFT2STVOLd3ajkY/dmHswJE67aQi+aSoD16CKMnqRDswdsOxZ8uXAmGK' 'xX6mcWPNjUUUwS10JoIkOfIb/HYthF8BWp93CWezivKbNt6Bi+Jews4boBWo1x8eMAAAA' diff --git a/python/test/files/junit-xml/pytest/junit.spark.integration.1.annotations b/python/test/files/junit-xml/pytest/junit.spark.integration.1.annotations index 70a4071b..b6ad16ba 100644 --- a/python/test/files/junit-xml/pytest/junit.spark.integration.1.annotations +++ b/python/test/files/junit-xml/pytest/junit.spark.integration.1.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLfxECy9jCErcKGAWqIx3d1GzavdmXjK7NLBOQfaiKoQMCSLDmFBF8C5j15KgK+azYR' 'hC0jqb5jULbGRqFkbBSqJkMSF6fAwmx8W8f8FbvL2LP7mLvzXtrYVI8CwRZiWPEwEjqVj' diff --git a/python/test/files/junit-xml/pytest/junit.spark.integration.2.annotations b/python/test/files/junit-xml/pytest/junit.spark.integration.2.annotations index cf3cc69e..77d9cda4 100644 --- a/python/test/files/junit-xml/pytest/junit.spark.integration.2.annotations +++ b/python/test/files/junit-xml/pytest/junit.spark.integration.2.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMSwqAMAwFr' '1K6duEHEbxMKVUx+Kmk7Uq8u6mfVHeZeWF2OcDcO9mKIhPSBfAMXUDtwa4Rm5IETT6OVf' '2CcsGYaKpkJtjI8L8aNMwkchY9osXHYFi5GO9f8Bapd/End/G3ZuyygCd4LuFGLY8TfGY' diff --git a/python/test/files/junit-xml/scalatest/TEST-uk.co.gresearch.spark.diff.DiffOptionsSuite.annotations b/python/test/files/junit-xml/scalatest/TEST-uk.co.gresearch.spark.diff.DiffOptionsSuite.annotations index 6c5b09ba..0a96b20c 100644 --- a/python/test/files/junit-xml/scalatest/TEST-uk.co.gresearch.spark.diff.DiffOptionsSuite.annotations +++ b/python/test/files/junit-xml/scalatest/TEST-uk.co.gresearch.spark.diff.DiffOptionsSuite.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMwQqAIBAFf' '0U8d6igSz8TYkZLlrHqKfr3VlOz25t5MBdfQCvLR9Y1jFsPrsDsUTgwB2FPSIcL15D3ZL' '2Uf7HBSaItYhGgf0IhGkwG/ZF7Yda5l79a5CoWuW5Js+/gCNJidhX8fgDdy7133QAAAA=' diff --git a/python/test/files/junit-xml/testsuite-in-testsuite.annotations b/python/test/files/junit-xml/testsuite-in-testsuite.annotations index 94a8b872..6ada1666 100644 --- a/python/test/files/junit-xml/testsuite-in-testsuite.annotations +++ b/python/test/files/junit-xml/testsuite-in-testsuite.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMywqAIBQFf' '0VctyioTT8TYkqXfMRVV9G/Z6aluzNzYE4qQQlHZzJ0hLoAPsEYYQ3IPFiTMR7+uaayFx' 'c4b8UORxT9JyQD1QiBaDEbDKb0nlnnXv5riatY4rrFrdbgI+RF3MbodQOdcxe63QAAAA=' diff --git a/python/test/files/junit-xml/testsuite-root.annotations b/python/test/files/junit-xml/testsuite-root.annotations index 94a8b872..6ada1666 100644 --- a/python/test/files/junit-xml/testsuite-root.annotations +++ b/python/test/files/junit-xml/testsuite-root.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMywqAIBQFf' '0VctyioTT8TYkqXfMRVV9G/Z6aluzNzYE4qQQlHZzJ0hLoAPsEYYQ3IPFiTMR7+uaayFx' 'c4b8UORxT9JyQD1QiBaDEbDKb0nlnnXv5riatY4rrFrdbgI+RF3MbodQOdcxe63QAAAA=' diff --git a/python/test/files/junit-xml/tst/disabled.annotations b/python/test/files/junit-xml/tst/disabled.annotations index 981189ca..db795d3e 100644 --- a/python/test/files/junit-xml/tst/disabled.annotations +++ b/python/test/files/junit-xml/tst/disabled.annotations @@ -13,18 +13,22 @@ 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n31 ' 'tests\u2003\u205f\u20046 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20035 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '5 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' - 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u200319 ' + 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' + '19 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\u20031 ' '[:fire:](https://github.com/EnricoMi/publish-unit-test-result-action/' 'blob/VERSION/README.md#the-symbols "test errors")\n31 runs\u2006\u2003' '11 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' - 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u200319 ' + 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' + '19 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\u20031 ' '[:fire:](https://github.com/EnricoMi/publish-unit-test-result-action/' diff --git a/python/test/files/junit-xml/xunit/xunit.annotations b/python/test/files/junit-xml/xunit/xunit.annotations index 4fa7b5d3..702ffbd0 100644 --- a/python/test/files/junit-xml/xunit/xunit.annotations +++ b/python/test/files/junit-xml/xunit/xunit.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr' '0KoLdTSyxCCEDfyMQtUxrsLCgrdvJnJO6kCLT1dyDQQ6iOED9aIPICzCceEaQh5mmtmPg' 'rRFzsc7ZspDrorJKLD0mC01Zdjq3v5tz3cyB5uXcIZAyFBScRvnF43yWbLod0AAAA=\n', diff --git a/python/test/files/nunit/mstest/clicketyclackety.annotations b/python/test/files/nunit/mstest/clicketyclackety.annotations index 20bedd9c..663345cb 100644 --- a/python/test/files/nunit/mstest/clicketyclackety.annotations +++ b/python/test/files/nunit/mstest/clicketyclackety.annotations @@ -13,19 +13,23 @@ 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n22 ' 'tests\u200312 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' - 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u200310 ' + 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' + '10 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\n23 runs\u2006\u2003' '13 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' - 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u200310 ' + 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' + '10 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MSw6AIAxEr' '0JYu/CzMV7GENTYCGJKWRnvbiEo7Ppmpu+WG5jVy0l0jZA+ACUYGZaAisCdjC0jFxSrvv' '9g9kHr+FklB1z1ft4UmDgpyYroMG8wnEk55Ps3lqAIE9e+FNQ67awFYsiX8LuSzwvzas/' diff --git a/python/test/files/nunit/mstest/pickles.annotations b/python/test/files/nunit/mstest/pickles.annotations index 5080096e..ddf7aa8d 100644 --- a/python/test/files/nunit/mstest/pickles.annotations +++ b/python/test/files/nunit/mstest/pickles.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBBEr' '0KoLfxVXoYQxLiRj1mgMt7dFSHSzZuZvItvYHTgCxs6xkOCmGEkWBPKCN4R9oQ0xHeaax' 'YhKUXF9BcHnO1bbBJMUX+FRvRYLphc9b2x1X382zI3ssytS3lrIRKUxMIu+f0AuKmg790' diff --git a/python/test/files/nunit/mstest/timewarpinc.annotations b/python/test/files/nunit/mstest/timewarpinc.annotations index 717924b9..7174fd3c 100644 --- a/python/test/files/nunit/mstest/timewarpinc.annotations +++ b/python/test/files/nunit/mstest/timewarpinc.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMQQ6AIAwEv' '0I4e1CPfsYQhNiIYAqcjH+3IgjednbbObkGozyf2NAx7iOED5aIIoCzhCMhDaFMKc8+Sk' 'lFX4sNjl+hBZjfi0J0mE8w2uJ7Yqt7udoSN7LErUu6fYdAkBPzq+DXDXGDl7HdAAAA\n', diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-correct2.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-correct2.annotations index 2d1f8db5..16eaf98a 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-correct2.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-correct2.annotations @@ -10,22 +10,24 @@ '\u205f\u2004\u205f\u20041 files\u2004\u2003102 suites\u2004\u2003\u2002' '0s ' '[:stopwatch:](https://github.com/EnricoMi/publish-unit-test-result-ac' - 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n183 ' - 'tests\u2003183 ' + 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n' + '183 tests\u2003183 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\n218 runs\u2006\u2003' '218 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MSw6AIAwFr' '0JYu/CzMV7GEITY+MGUsjLe3YoY0V1nXjq7tDAbLztRFUL6AHRDWTMOARWBW1mUjDxRHN' 'vmod4Hrf9qgi3/6K2C+SMMosNkMKxXs67aBE8yN28xchaMnPe0WxYghnQJPyp5nNtosNP' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-correct3.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-correct3.annotations index 33356b44..566ebf06 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-correct3.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-correct3.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/12MOw6AIBAFr' '0KoLRSNhZcxBDVuFDELVMa7uwh+uzfzktn4AHNvecOKjHHrwUUoiTqP0oFZiEVdkaDPhV' 'eIC1rrlfqZCVYy+S0GCfNH9IgGk0G/3MWwP8Eont7Jr9zJ75oyWoMjSIvZUfL9APCIHb/' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-failure.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-failure.annotations index aaacf0d5..18f21f4a 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-failure.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-failure.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBBEr' '0KoLfx0XoYQ1LhRwCxQGe/uykfo5s1M3s03OFfHZzZ0jLsA/ocloPRgDWFPSIP/pqlk4Y' 'JSVIy1OOBq32KTcGZbKlZEi/mCwRTfF1td4mqL3Mgity5ltQZPkBNzu+TPC/n9SCLdAAA' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-healthReport.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-healthReport.annotations index 0bfffef3..e869a0e0 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-healthReport.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-healthReport.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MQQ6AIAwEv' '0I4e9CjfoYQhNgoYAqcjH8XEaG3zu52Lm7g0IEvbBoYDwligzWhjOBdxVzEUo0/iJCUys' 'ncgx3OHPSFkXDQf6ERPdYJJteE7019H3ddYWIrTGXKWwsxQ71Y2CS/HxbYkAffAAAA\n', diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-ignored.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-ignored.annotations index 45560b17..c57eb736 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-ignored.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-ignored.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MSw6AIAxEr' '0JYu/Cz8zKGIMRGBdPCynh3KyKymzfTvlNa2AzJUXSNkBQhFJgjqgDeMbaMPIRnGr48Ud' 'Q63+ZihYOLvhRWwVa/TwbRY24wus/3xFr38m9LXMkS1y7t9x0CQ06CFiWvGx5uWF7dAAA' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-issue1077.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-issue1077.annotations index 0c8261f0..900ef576 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-issue1077.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-issue1077.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMwQqAIBAFf' '0U8dyiiDv1MiBktpcaqp+jf20pLb2/mwRx8hk05PrCmYtwF8B9MAYUHawjbjpgef3992q' 'MLUpZihZ1E/YlZwFYIhWgxGgwm9e6Z517+aw9nsYfzlrRagyeIi7lF8PMC7eTeEN4AAAA' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-issue33493.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-issue33493.annotations index fd92a858..79afa56f 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-issue33493.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-issue33493.annotations @@ -12,18 +12,20 @@ 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n2 ' 'tests\u20031 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20031 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '1 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\n2 runs\u2006\u20032 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMMQ6AIBAEv' '0KoLdTCws8YghAvIpgDKuPfPREUu505mINrMMrzkXUN4z5CSNATzBFFAGcJB0I6hHJKe/' 'JRyvwxixX2n9ACDIn2FQrRYTYYbends+Q+fmrlaR1LXLek2zYIBHkxvwh+XlEX1VPdAAA' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-issue44527.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-issue44527.annotations index 0bbe872e..cfbe8ada 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-issue44527.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-issue44527.annotations @@ -10,10 +10,11 @@ '\u205f\u2004\u205f\u20041 files\u2004\u2003155 suites\u2004\u2003\u2002' '14m 11s ' '[:stopwatch:](https://github.com/EnricoMi/publish-unit-test-result-ac' - 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n146 ' - 'tests\u2003\u205f\u2004\u205f\u20046 ' + 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n' + '146 tests\u2003\u205f\u2004\u205f\u20046 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' '140 ' @@ -21,13 +22,14 @@ 'b/VERSION/README.md#the-symbols "failed tests")\n150 runs\u2006\u2003\u205f\u2004\u205f\u2004' '6 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' '144 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02NSw6AIAwFr' '0JYu9BEjPEyhqDExg+mwMp4dysfZdeZ175eXMM2Wz6wpmLcenARhCCcPEoH5iDRizen0I' 'W47TKN1itFqhArnCTqT2gJWzj61YxoMC2hP+LLDGVl5L8x8FfYZlP2KbPv4AjSxOwi+f0' @@ -1935,10 +1937,11 @@ '\u205f\u2004\u205f\u20041 files\u2004\u2003155 suites\u2004\u2003\u2002' '14m 11s ' '[:stopwatch:](https://github.com/EnricoMi/publish-unit-test-result-ac' - 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n146 ' - 'tests\u2003\u205f\u2004\u205f\u20046 ' + 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n' + '146 tests\u2003\u205f\u2004\u205f\u20046 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' '140 ' @@ -1946,13 +1949,14 @@ 'b/VERSION/README.md#the-symbols "failed tests")\n150 runs\u2006\u2003\u205f\u2004\u205f\u2004' '6 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' '144 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02NSw6AIAwFr' '0JYu9BEjPEyhqDExg+mwMp4dysfZdeZ175eXMM2Wz6wpmLcenARhCCcPEoH5iDRizen0I' 'W47TKN1itFqhArnCTqT2gJWzj61YxoMC2hP+LLDGVl5L8x8FfYZlP2KbPv4AjSxOwi+f0' @@ -3674,10 +3678,11 @@ '\u205f\u2004\u205f\u20041 files\u2004\u2003155 suites\u2004\u2003\u2002' '14m 11s ' '[:stopwatch:](https://github.com/EnricoMi/publish-unit-test-result-ac' - 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n146 ' - 'tests\u2003\u205f\u2004\u205f\u20046 ' + 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n' + '146 tests\u2003\u205f\u2004\u205f\u20046 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' '140 ' @@ -3685,13 +3690,14 @@ 'b/VERSION/README.md#the-symbols "failed tests")\n150 runs\u2006\u2003\u205f\u2004\u205f\u2004' '6 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u2003' '144 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02NSw6AIAwFr' '0JYu9BEjPEyhqDExg+mwMp4dysfZdeZ175eXMM2Wz6wpmLcenARhCCcPEoH5iDRizen0I' 'W47TKN1itFqhArnCTqT2gJWzj61YxoMC2hP+LLDGVl5L8x8FfYZlP2KbPv4AjSxOwi+f0' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-issue48478.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-issue48478.annotations index 98d07c08..64a49691 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-issue48478.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-issue48478.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLfwUJl7GENS4EcEsUBnv7oKi0L2Zl8zJF1Cz5QNrKsatBxehJZg8CgdGh68npseFr0' 't7tF7KUmxwkKg/sQhQhZgRDb4GvU69MPPcw38tchaLnLek2XdwBO9idhX8ugG5zrfD3gA' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-issue50162.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-issue50162.annotations index b767ee76..d5dc87ef 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-issue50162.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-issue50162.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20033 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr' '0KoLfwkFl7GEIS4kY9ZoDLe3RU1YDdvZvIOrsGowCfWNYyHBDFDT7AkFBG8I2wJaYj3NH' '55DklKKoZSbLDX71kLML+HQvT4XjC5z3fHWvdwsWWuZJlrl/TWQiR4Ewur4OcFmZnWM90' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-issue5674.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-issue5674.annotations index d3aaa892..a8d7eebf 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-issue5674.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-issue5674.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20033 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MywqAIBREf' '0VctyiCoH5GxIwu+YirrqJ/72ZK7ubMDOfiGxgd+MKGjvGQIGYYCdaEMoJ3hD0hDfGd5p' 'pFSEpRMf3FAWf7FpsEU2xfoRE9lgsmV31vbHUf/7bMjSxz61LeWogEJbGwS34/WLAikt0' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-issue6353.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-issue6353.annotations index b4594abc..0b7da2a7 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-issue6353.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-issue6353.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMMQ6AIAxFr' '0KYHTRuXsYQlNgoYlqYjHe3KmrZ/ntt3q4dLCPpTjWV0pQgfjAkNBHCytgy8iGS3D0la/' 'NvFjNshXAGlkKMiAHZ1GwwrW/vmjL38F+7WcRuli0bvIfIkJeiyejjBNBleN/dAAAA\n', diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-multinamespace.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-multinamespace.annotations index a770afa3..591f3874 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-multinamespace.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-multinamespace.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr' '0KoLdRYeRlCUOJGPmaBynh3F8SI3byZyTu5BrMGPrOhYzwkiAVGgiWhjOAdYU9IQ8zT9G' 'YRklL/YoejfQstwfyKFdFjbTC515djq3v4sxVuZIVbl/LWQiSoiYVN8usGDjGDkd0AAAA' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-sec1752-file.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-sec1752-file.annotations index 10603db6..2e3d6903 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-sec1752-file.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-sec1752-file.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLdTSyxCCEDfyMQtUxrsLCIrdm93JnFSBlp4uZBoI9RHCC2tEHsDZhGPC9Aj5NbfNfB' 'SiuvWww9HbTHHQP0MiOqwKRtt6efa5h79a4S5WuG8JZwyEBHURv3F63ZlK7bXdAAAA\n', diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-sec1752-https.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-sec1752-https.annotations index a5323ee4..6bb39b9e 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-sec1752-https.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-sec1752-https.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLdTSyxCCEDfyMQtUxrsLCIrdm93JnFSBlp4uZBoI9RHCC2tEHsDZhGPC9Aj5NbfNfB' 'SiuvWww9HbTHHQP0MiOqwKRtt6efa5h79a4S5WuG8JZwyEBHURv3F63ZlK7bXdAAAA\n', diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit-simple.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit-simple.annotations index 3bc0ccac..8436a283 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit-simple.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit-simple.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr' '0KoLdTSyxCCEDfyMQtUxrsLCgrdvJnJO6kCLT1dyDQQ6iOED9aIPICzCceEaQh5mmtmPg' 'rRFzsc7ZspDrorJKLD0mC01Zdjq3v5tz3cyB5uXcIZAyFBScRvnF43yWbLod0AAAA=\n', diff --git a/python/test/files/nunit/nunit3/jenkins/NUnit.annotations b/python/test/files/nunit/nunit3/jenkins/NUnit.annotations index 783dc9ea..4976bb2b 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnit.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnit.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBBEr' '0KoLfxVXoYQxLiRj1mgMt7dFSHSzZuZvItvYHTgCxs6xkOCmGEkWBPKCN4R9oQ0xHeaax' 'YhKUXF9BcHnO1bbBJMUX+FRvRYLphc9b2x1X382zI3ssytS3lrIRKUxMIu+f0AuKmg790' diff --git a/python/test/files/nunit/nunit3/jenkins/NUnitUnicode.annotations b/python/test/files/nunit/nunit3/jenkins/NUnitUnicode.annotations index 678c8cad..0872da7c 100644 --- a/python/test/files/nunit/nunit3/jenkins/NUnitUnicode.annotations +++ b/python/test/files/nunit/nunit3/jenkins/NUnitUnicode.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMSw6AIAxEr' '0JYu9CtlzEEITbyMS2sjHcXERR28zrTd3INRhGf2TQwThHCB2tEEcC7hGPCVIRa5bxQlL' 'ItF9rh6A5agOleFKLHMsHoqu+Jre7l35a5kWVuXdJbCyFBSYw2wa8bniF3vN0AAAA=\n', diff --git a/python/test/files/trx/mstest/pickles.annotations b/python/test/files/trx/mstest/pickles.annotations index c2c19739..b8073193 100644 --- a/python/test/files/trx/mstest/pickles.annotations +++ b/python/test/files/trx/mstest/pickles.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBBEr' '0KoLTRaeRlCUONGAbNAZby7Kx+hmzczeTff4Fwdn9nQMe4C+B+WgNKDNYQ9IQ3+m6aShQ' 'tKUTHW4oCrfYtNwpltqVgRLeYLBlN8X2x1iastciOL3LqU1Ro8QU7M7ZI/L5ec2abdAAA' diff --git a/python/test/files/trx/nunit/FluentValidation.Tests.annotations b/python/test/files/trx/nunit/FluentValidation.Tests.annotations index 5afe0ced..53ae1dc3 100644 --- a/python/test/files/trx/nunit/FluentValidation.Tests.annotations +++ b/python/test/files/trx/nunit/FluentValidation.Tests.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u2004\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMwQqAIBAFf' '0U8dzDsEP1MiBUtacaqp+jf28yybm/mwex8AjN63rG6YtxHCC8MEVUAtxJKQjrCdbWiea' 'j3UeukZFELbDlwi0mBISFeMSI6zAbjWpoX/JO3KcXEn2Dib087ayEQ5MX8rPhxArdpBif' diff --git a/python/test/files/trx/nunit/NUnit-net461-sample.annotations b/python/test/files/trx/nunit/NUnit-net461-sample.annotations index 54e3926a..adba4f2a 100644 --- a/python/test/files/trx/nunit/NUnit-net461-sample.annotations +++ b/python/test/files/trx/nunit/NUnit-net461-sample.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20033 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBAFr' '0KoLfwkFl7GEJS4UcEsUBnv7spH6N7MZufmCo7V8ol1DePWg/th8SgcGE3YEtLBfacx79' 'l6KUn0RexwpecolICDxPCLFdFgCqLXuffNOhe51AJXscB1S5rzBEeQFrOb4M8LVJ41VN0' diff --git a/python/test/files/trx/nunit/NUnit-netcoreapp3.1-sample.annotations b/python/test/files/trx/nunit/NUnit-netcoreapp3.1-sample.annotations index ec15c572..03764a41 100644 --- a/python/test/files/trx/nunit/NUnit-netcoreapp3.1-sample.annotations +++ b/python/test/files/trx/nunit/NUnit-netcoreapp3.1-sample.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20033 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBAFr' '0KoLfwkFl7GEJS4UcEsUBnv7spH6N7MZufmCo7V8ol1DePWg/th8SgcGE3YEtLBfacx79' 'l6KUn0RexwpecolICDxPCLFdFgCqLXuffNOhe51AJXscB1S5rzBEeQFrOb4M8LVJ41VN0' diff --git a/python/test/files/trx/nunit/SilentNotes.annotations b/python/test/files/trx/nunit/SilentNotes.annotations index b4b7860d..fe9ec8ce 100644 --- a/python/test/files/trx/nunit/SilentNotes.annotations +++ b/python/test/files/trx/nunit/SilentNotes.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20040 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLdRCopcxBCVuRDELVMa7u/hB7HbmZWfnGszoeMeqgnEXwCcYAkoPdiUsCWnwcRLtC7' '0LSpFpxGdm2OJ7nYyWYPJCPyJafAyGNSXj/SveIgteIutdnOeUXRbwBM/F3CT5cQKN/0L' diff --git a/python/test/files/trx/xunit/dotnet-trx.annotations b/python/test/files/trx/xunit/dotnet-trx.annotations index 32397e73..8d72da4d 100644 --- a/python/test/files/trx/xunit/dotnet-trx.annotations +++ b/python/test/files/trx/xunit/dotnet-trx.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u20035 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr' '0KoLaSw8TKGIMaNfMwClfHuroCK3byZ3XfwBYwOfGSiYzwkiC/MCWUE7wh7QhpinsQDU0' 'hKUTN8xQZ7/S7FIsH8LjSix2rE5F7hnVtf4U+XubFlbmXKWwuRoCYWVsnPC2b3Tg/fAAA' diff --git a/python/test/files/trx/xunit/xUnit-net461-sample.annotations b/python/test/files/trx/xunit/xUnit-net461-sample.annotations index 3a4d596b..8c80f059 100644 --- a/python/test/files/trx/xunit/xUnit-net461-sample.annotations +++ b/python/test/files/trx/xunit/xUnit-net461-sample.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20033 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBAFr' '0KoLfwkFl7GEJS4UcEsUBnv7spH6N7MZufmCo7V8ol1DePWg/th8SgcGE3YEtLBfacx79' 'l6KUn0RexwpecolICDxPCLFdFgCqLXuffNOhe51AJXscB1S5rzBEeQFrOb4M8LVJ41VN0' diff --git a/python/test/files/trx/xunit/xUnit-netcoreapp3.1-sample.annotations b/python/test/files/trx/xunit/xUnit-netcoreapp3.1-sample.annotations index f200c1a7..cf741d59 100644 --- a/python/test/files/trx/xunit/xUnit-netcoreapp3.1-sample.annotations +++ b/python/test/files/trx/xunit/xUnit-netcoreapp3.1-sample.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20033 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBAFr' '0KoLfwkFl7GEJS4UcEsUBnv7spH6N7MZufmCo7V8ol1DePWg/th8SgcGE3YEtLBfacx79' 'l6KUn0RexwpecolICDxPCLFdFgCqLXuffNOhe51AJXscB1S5rzBEeQFrOb4M8LVJ41VN0' diff --git a/python/test/files/trx/yami_YAMILEX 2015-10-24 04_18_59.annotations b/python/test/files/trx/yami_YAMILEX 2015-10-24 04_18_59.annotations index 8982261b..e1825e61 100644 --- a/python/test/files/trx/yami_YAMILEX 2015-10-24 04_18_59.annotations +++ b/python/test/files/trx/yami_YAMILEX 2015-10-24 04_18_59.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n\u205f\u2004' '1 files\u2004\u2002\u2003\u2003\u205f\u20042 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLcRECy9jCErciGAWqIx3d/GD2O3M28zONZjJ856JinEfIWQYI8oAzhI2HTEtIW1N+8' 'Lgo1LJfGKBLQmRjZZgfi8TokMyNRmMNhfTXQZvLnqXKHIXlzXl1hUCwXMxP0t+nB5bCu/' diff --git a/python/test/files/xunit/mstest/fixie.annotations b/python/test/files/xunit/mstest/fixie.annotations index b7bf755f..99c5fb52 100644 --- a/python/test/files/xunit/mstest/fixie.annotations +++ b/python/test/files/xunit/mstest/fixie.annotations @@ -12,18 +12,20 @@ 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n5 ' 'tests\u20031 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20031 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '1 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20033 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\n7 runs\u2006\u20033 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20031 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '1 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20033 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMQQqAIBBFr' 'yKuW1QSRZcJsaKh0hh1Fd29Scxs998b5p18hm2yvGdVwbj14ALUBKNH6cBowo6QDu45Ne' '8erFcqPkaxwvETs4SNhEhiQjRIpiSDXj+9Ns43JxJ/tcBZLHDeUmbfwRHExewi+XUDvcl' diff --git a/python/test/files/xunit/mstest/jenkinsci/testcase1.annotations b/python/test/files/xunit/mstest/jenkinsci/testcase1.annotations index b5213289..fba3c114 100644 --- a/python/test/files/xunit/mstest/jenkinsci/testcase1.annotations +++ b/python/test/files/xunit/mstest/jenkinsci/testcase1.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr' '0KoLTR2XsYQhLiRj1mgMt5dQFDo5s1M3kUlKOHoQqaBUBfAf7AFZB6siThGjINP01zz6g' 'Ln5VuKA86ukAxUVwhEi0WIwVRfiq3u5d+WuZFlbl3cag0+QknE7YzeD2gV0DndAAAA\n', diff --git a/python/test/files/xunit/mstest/jenkinsci/testcase2.annotations b/python/test/files/xunit/mstest/jenkinsci/testcase2.annotations index 45804600..856c56a7 100644 --- a/python/test/files/xunit/mstest/jenkinsci/testcase2.annotations +++ b/python/test/files/xunit/mstest/jenkinsci/testcase2.annotations @@ -12,18 +12,20 @@ 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n1 ' 'tests\u20031 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\n3 runs\u2006\u20031 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20031 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '1 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBBEr' '0KoLTR2XoYQhLiRj1mWynh3UZBgN29m8k5uwOrIFzYNjMcE1GBNKAmCzzhmzAN905tFTE' 'r9ix2O/i2MBPsrNGLA2mDyj2+usdcVLrbGVda4d6ngHFCGmljcJL9uwvXP6N0AAAA=\n', diff --git a/python/test/files/xunit/mstest/jenkinsci/testcase3.annotations b/python/test/files/xunit/mstest/jenkinsci/testcase3.annotations index 30727b7f..e8e665fa 100644 --- a/python/test/files/xunit/mstest/jenkinsci/testcase3.annotations +++ b/python/test/files/xunit/mstest/jenkinsci/testcase3.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0KoLfw0xMsYgho3opgFKuPdXRAUuzezmzn5DHqyvGdNxbj14F4YPUoHZidshSBBJxeOXd' '6D9Uql7yRWOH5ilqB/YkI0SKYmg37PvTDL3MNfLXIRi1y2lNk2cARpMbtIft14m53n3wA' diff --git a/python/test/files/xunit/mstest/jenkinsci/testcase4.annotations b/python/test/files/xunit/mstest/jenkinsci/testcase4.annotations index 95c7030e..2e91b4cb 100644 --- a/python/test/files/xunit/mstest/jenkinsci/testcase4.annotations +++ b/python/test/files/xunit/mstest/jenkinsci/testcase4.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMOw6AIBAFr' '0K2ttDWyxiCEDfyMbtQGe8uQaNL92ZeMic49JZhVtOggAvmD9ZCOmOKFceK9cgs98LFmF' '7seHTCafSdsESJXkMlspgy9/BfayxijWXLpBAwV3iX4k3DdQOuuvQ/3QAAAA==\n', diff --git a/python/test/files/xunit/mstest/jenkinsci/testcase5.annotations b/python/test/files/xunit/mstest/jenkinsci/testcase5.annotations index 25934f35..7d4e1989 100644 --- a/python/test/files/xunit/mstest/jenkinsci/testcase5.annotations +++ b/python/test/files/xunit/mstest/jenkinsci/testcase5.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20030 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMwQqAIBAFf' '0U8d6igQ/1MiBktpcaqp+jf20pLb2/mwRx8hk05PrCmYtwF8B9MAYUHawj7lpgef39d2q' 'MLUpZihZ1E/YlZwFYIhWgxGgwm9e6Z517+aw9nsYfzlrRagyeIi7lF8PMCmAJ3I94AAAA' diff --git a/python/test/files/xunit/mstest/jenkinsci/testcase6.annotations b/python/test/files/xunit/mstest/jenkinsci/testcase6.annotations index febae910..a6308b2a 100644 --- a/python/test/files/xunit/mstest/jenkinsci/testcase6.annotations +++ b/python/test/files/xunit/mstest/jenkinsci/testcase6.annotations @@ -18,8 +18,8 @@ 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\n1 ' 'files\u2004\u2002\u2003\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/1WMSw6AIAxEr' '0JYu9CtlzEEITbyMS2sjHcXERR28zrTd3INRhGf2TQwThHCB2tEEcC7hGPCVIRa5bxQlL' 'ItF9rh6A5agOleFKLHMsHoqu+Jre7l35a5kWVuXdJbCyFBSYw2wa8bniF3vN0AAAA=\n', diff --git a/python/test/files/xunit/mstest/pickles.annotations b/python/test/files/xunit/mstest/pickles.annotations index 1a9136aa..fa6b4065 100644 --- a/python/test/files/xunit/mstest/pickles.annotations +++ b/python/test/files/xunit/mstest/pickles.annotations @@ -12,18 +12,20 @@ 'tion/blob/VERSION/README.md#the-symbols "duration of all tests")\n3 ' 'tests\u20032 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' 'b/VERSION/README.md#the-symbols "failed tests")\n4 runs\u2006\u20033 ' '[:heavy_check_mark:](https://github.com/EnricoMi/publish-unit-test-re' - 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u20030 ' + 'sult-action/blob/VERSION/README.md#the-symbols "passed tests")\u2003' + '0 ' '[:zzz:](https://github.com/EnricoMi/publish-unit-test-result-action/b' 'lob/VERSION/README.md#the-symbols "skipped / disabled tests")\u20031 ' '[:x:](https://github.com/EnricoMi/publish-unit-test-result-action/blo' - 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for commit ' - 'commit s.\n\n' + 'b/VERSION/README.md#the-symbols "failed tests")\n\nResults for ' + 'commit commit s.\n\n' '[test-results]:data:application/gzip;base64,H4sIAAAAAAAC/02MOw6AIBBEr' '0KoLVSsvIwhqHEjH7NAZby7qwLSzZuZvJOvoBfPR9Y1jPsIocAcUQZwlrAlpCE8k8h58l' 'EpKvq/2OGo39MqQSfbVyyIDtMFo318Q4pZJwr/tpcr2cu1SzljIBCkxPwm+XUDYSIL8t0'