marine/.config/nextest.toml
Anatolios Laskaris 65f6c7b1fa
chore(ci): Add codecov and test report (#366)
* Add codecov and test report

* Fix

* Fix

* Download wasm pack

* Apply suggestion from nextest errors

* Revert "Apply suggestion from nextest errors"

This reverts commit 0124cc1f69.

* Add badge
2023-09-04 14:56:21 +03:00

20 lines
404 B
TOML

# https://nexte.st/book/configuration.html
[store]
dir = "target/nextest"
[profile.default]
retries = 0
test-threads = "num-cpus"
threads-required = 1
status-level = "pass"
final-status-level = "fail"
failure-output = "immediate"
success-output = "never"
fail-fast = false
slow-timeout = { period = "60s", terminate-after = 2 }
leak-timeout = "100ms"
[profile.ci]
[profile.ci.junit]
path = "junit.xml"