mampf
mampf copied to clipboard
Bring back tests to CI/CD pipeline
#562 removed the testing from the CI/CD pipeline. We should bring it back in an easy to use fashion. This includes
- Easy to use test integration into VS Code. We have to run the commands in docker, see this commit
- Preconfigured commands in a justfile to run tests in the terminal (if other IDE is used or when no IDE access is available, just the shell).
- Automatic and quick (under 3 minutes for unit tests) test runs on pushes on a PR. Test output should be concise and summarize what went wrong.
- Integration to Codecov? If so: the comments should be smaller and only contain the most relevant information with a link to go to the full detailed report.