Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miniaczq/cargo-nextest-llvm-cov-integration-tests
- Owner: MiniaczQ
- Created: 2023-10-13T14:22:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T15:47:32.000Z (over 1 year ago)
- Last Synced: 2023-10-16T09:23:08.841Z (over 1 year ago)
- Topics: integration-testing, rust
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```