3 Commits

Author SHA1 Message Date
12319da38c Turn on debug-mode
Some checks failed
Build and test / build-and-test (push) Has been cancelled
Coverage report / coverage-report (pull_request) Successful in 8m43s
2024-12-05 10:58:54 +01:00
1dea1ab83b Report test coverage on pull request
All checks were successful
Build and test / build-and-test (push) Successful in 12m50s
Coverage report / coverage-report (pull_request) Successful in 13m57s
2024-12-05 10:42:54 +01:00
ad77085356 Build and test on each push (#9)
All checks were successful
Build and test / build-and-test (push) Successful in 7m1s
Adds an indicator to every commit and pull request that shows if every test passes.

Uses [Maven Wrapper](https://maven.apache.org/wrapper/) instead of relying on a system wide available `mvn` command. This ensures a stable build environment with a set version of Maven.

Co-authored-by: niat8586 <nico@dsv.su.se>
Reviewed-on: #9
Reviewed-by: niat8586 <nico@dsv.su.se>
Co-authored-by: Andreas Svanberg <andreass@dsv.su.se>
Co-committed-by: Andreas Svanberg <andreass@dsv.su.se>
2024-10-30 10:19:50 +01:00