Skip to content

Push on main

Push on main #914

GitHub Actions / Test Results succeeded Jul 22, 2025 in 0s

All 30 tests pass in 2m 23s

 4 files  ±0   4 suites  ±0   2m 23s ⏱️ ±0s
30 tests ±0  30 ✅ ±0  0 💤 ±0  0 ❌ ±0 
64 runs  ±0  64 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 14ed5a5. ± Comparison against earlier commit f00c59a.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

30 tests found

There are 30 tests, see "Raw output" for the full list of tests.
Raw output
integration-tests.bats ‑ a mutation score should be calculated when mutation testing a testsuite
integration-tests.bats ‑ clang toolchain versions should be aligned with expected versions
integration-tests.bats ‑ clangd should be able to analyze source files
integration-tests.bats ‑ compilation database should be generated on CMake configure
integration-tests.bats ‑ coverage information should be generated when running a testsuite
integration-tests.bats ‑ crashes should be detected when fuzzing an executable
integration-tests.bats ‑ host and embedded gcc toolchain versions should be the same major and minor version
integration-tests.bats ‑ host gcc toolchain versions and alternatives should be aligned with expected versions
integration-tests.bats ‑ invalid code input should result in failing build
integration-tests.bats ‑ mutation testing a test executable should be supported
integration-tests.bats ‑ running clang-format should result in re-formatted code
integration-tests.bats ‑ running clang-tidy as part of the build should result in warning diagnostics
integration-tests.bats ‑ running clippy should result in warning diagnostics
integration-tests.bats ‑ running include-what-you-use as part of the build should result in warning diagnostics
integration-tests.bats ‑ running rustfmt should result in re-formatted code
integration-tests.bats ‑ sanitizers should detect undefined or suspicious behavior in code compiled with clang
integration-tests.bats ‑ sanitizers should detect undefined or suspicious behavior in code compiled with gcc
integration-tests.bats ‑ supporting tool versions should be aligned with expected versions
integration-tests.bats ‑ using CPM as package manager should resolve external dependencies
integration-tests.bats ‑ using Conan as package manager should resolve external dependencies
integration-tests.bats ‑ using cargo run should result in working executable
integration-tests.bats ‑ using ccache as a compiler launcher should result in cached build using clang-cl compiler
integration-tests.bats ‑ using ccache as a compiler launcher should result in cached build using gcc compiler
integration-tests.bats ‑ using lld as an alternative linker should result in working host executable
integration-tests.bats ‑ valid code input should result in Windows executable using clang-cl compiler
integration-tests.bats ‑ valid code input should result in elf executable using arm-none-eabi compiler
integration-tests.bats ‑ valid code input should result in working elf executable targeting the cortex-m architecture
integration-tests.bats ‑ valid code input should result in working elf executable targeting the cortex-mf architecture
integration-tests.bats ‑ valid code input should result in working executable targeting the host architecture
integration-tests.bats ‑ valid code input should result in working executable using host compiler