Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miniaczq/cargo-nextest-llvm-cov-integration-tests


https://github.com/miniaczq/cargo-nextest-llvm-cov-integration-tests

integration-testing rust

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Template for integration tests using `cargo nextest` and `cargo-llvm-cov`.
The tests are build and ran separately.

```sh
docker compose up --build
docker compose cp test:/app/result ./result
```