Skip to content

Generate error annotations when not publishing a check #23

Generate error annotations when not publishing a check

Generate error annotations when not publishing a check #23

Triggered via push September 17, 2024 12:38
Status Success
Total duration 1m 12s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 1 warning
EmailAddressTest > shouldBeStricterThanRfc2822: tests/email/src/test/java/action/testng/report/email/EmailAddressTest.java#L56
Address aba@bab.com should have thrown InvalidEmailAddressException
EmailAddressTest > shouldNotMissComponents: tests/email/src/test/java/action/testng/report/email/EmailAddressTest.java#L24
Address user-without-host@test.com should have thrown InvalidEmailAddressException
CalcUtilsTest > test error handling: tests/utils/src/test/java/action/testng/report/calc/CalcUtilsTest.kt#L27
Expected IllegalStateException to be thrown, but IllegalArgumentException was thrown
EmailAddressTest > shouldBeStricterThanRfc2822: tests/email/src/test/java/action/testng/report/email/EmailAddressTest.java#L56
Address aba@bab.com should have thrown InvalidEmailAddressException
EmailAddressTest > shouldNotMissComponents: tests/email/src/test/java/action/testng/report/email/EmailAddressTest.java#L24
Address user-without-host@test.com should have thrown InvalidEmailAddressException
CalcUtilsTest > test error handling: tests/utils/src/test/java/action/testng/report/calc/CalcUtilsTest.kt#L27
Expected IllegalStateException to be thrown, but IllegalArgumentException was thrown
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, starburstdata/action-testng-report@master, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/