Skip to content

Report test results even if they are errors #16

Report test results even if they are errors

Report test results even if they are errors #16

GitHub Actions / Test results 1-ubuntu-latest-x64 failed Sep 23, 2024 in 0s

18 passed, 1 failed and 0 skipped

Tests failed

❌ report.xml

19 tests were completed in 27s with 18 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Code quality (Aqua.jl) 1✅ 10s
Code quality (Aqua.jl)/Compare Project.toml and test/Project.toml 1✅ 110ms
Code quality (Aqua.jl)/Compat bounds/julia 1✅ 7ms
Code quality (Aqua.jl)/Compat bounds/PKGNAME [00000000-0000-0000-0000-123456789010] deps 1✅ 343ms
Code quality (Aqua.jl)/Compat bounds/PKGNAME [00000000-0000-0000-0000-123456789010] extras 1✅ 0ms
Code quality (Aqua.jl)/Compat bounds/PKGNAME [00000000-0000-0000-0000-123456789010] weakdeps 1✅ 0ms
Code quality (Aqua.jl)/Persistent tasks 1✅ 4s
Code quality (Aqua.jl)/Piracy 1✅ 77ms
Code quality (Aqua.jl)/Stale dependencies 1✅ 1s
Code quality (Aqua.jl)/Unbound type parameters 1✅ 78ms
Code quality (Aqua.jl)/Undefined exports 1✅ 4ms
Doctests: PKGNAME 1✅ 10s
Doctests: RandomExt 2✅ 327ms
greeting 4✅ 1❌ 16ms

✅ Code quality (Aqua.jl)

✅ iszero(num_ambiguities)

✅ Code quality (Aqua.jl)/Compare Project.toml and test/Project.toml

✅ isempty(msgs)

✅ Code quality (Aqua.jl)/Compat bounds/julia

✅ has_julia_compat(pkg)

✅ Code quality (Aqua.jl)/Compat bounds/PKGNAME [00000000-0000-0000-0000-123456789010] deps

✅ isempty(result)

✅ Code quality (Aqua.jl)/Compat bounds/PKGNAME [00000000-0000-0000-0000-123456789010] extras

✅ isempty(result)

✅ Code quality (Aqua.jl)/Compat bounds/PKGNAME [00000000-0000-0000-0000-123456789010] weakdeps

✅ isempty(result)

✅ Code quality (Aqua.jl)/Persistent tasks

✅ !(has_persistent_tasks(package; kwargs...))

✅ Code quality (Aqua.jl)/Piracy

✅ isempty(v)

✅ Code quality (Aqua.jl)/Stale dependencies

✅ isempty(stale_deps)

✅ Code quality (Aqua.jl)/Unbound type parameters

✅ isempty(unbounds)

✅ Code quality (Aqua.jl)/Undefined exports

✅ isempty(exports)

✅ Doctests: PKGNAME

✅ all_doctests()

✅ Doctests: RandomExt

✅ true
✅ all_doctests()

❌ greeting

✅ greeting(i) == "Hello $(i)"
✅ greeting(i) == "Hello $(i)"
✅ greeting(i) == "Hello $(i)"
✅ greeting(i) == "Hello $(i)"
❌ greeting(4) == "broken"
	Test Failed at /home/runner/work/PKGNAME.jl/PKGNAME.jl/test/test_pkg_stuff.jl:5

Annotations

Check failure on line 0 in report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results 1-ubuntu-latest-x64

greeting ► greeting(4) == "broken"

Failed test found in:
  report.xml
Error:
  Test Failed at /home/runner/work/PKGNAME.jl/PKGNAME.jl/test/test_pkg_stuff.jl:5
Raw output
Test Failed at /home/runner/work/PKGNAME.jl/PKGNAME.jl/test/test_pkg_stuff.jl:5
  Expression: greeting(4) == "broken"
   Evaluated: "Hello 4" == "broken"