Skip to content

Add --warnings-as-errors flag for non-zero exit code (Take 2) #1539

Add --warnings-as-errors flag for non-zero exit code (Take 2)

Add --warnings-as-errors flag for non-zero exit code (Take 2) #1539

Triggered via pull request December 4, 2023 05:13
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Matrix: mix_test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
mix_test (1.12, 22): test/ex_doc/formatter/html_test.exs#L165
test warnings multiple warnings are registered when using warnings_as_errors: true (ExDoc.Formatter.HTMLTest)
mix_test (1.12, 22): test/ex_doc/formatter/epub_test.exs#L257
test warnings multiple warnings are registered when using warnings_as_errors: true (ExDoc.Formatter.EPUBTest)
mix_test (1.12, 22)
Process completed with exit code 1.
mix_test (1.16.0-rc.0, 26, lint): test/ex_doc/formatter/html_test.exs#L165
test warnings multiple warnings are registered when using warnings_as_errors: true (ExDoc.Formatter.HTMLTest)
mix_test (1.16.0-rc.0, 26, lint): test/ex_doc/formatter/epub_test.exs#L257
test warnings multiple warnings are registered when using warnings_as_errors: true (ExDoc.Formatter.EPUBTest)
mix_test (1.16.0-rc.0, 26, lint)
Process completed with exit code 2.
mix_test (1.16.0-rc.0, 26, lint): test/ex_doc/formatter/html_test.exs#L125
~R/.../ is deprecated, use ~r/.../ instead
mix_test (1.16.0-rc.0, 26, lint): test/ex_doc/formatter/html_test.exs#L160
~R/.../ is deprecated, use ~r/.../ instead
mix_test (1.16.0-rc.0, 26, lint)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs