streamweave-attractor 0.3.0

Attractor pipeline as a StreamWeave graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
set -euo pipefail
exec > >(tee log/test-coverage.log) 2>&1 

echo "> test-coverage"

echo "> test-coverage > cargo llvm-cov nextest"
RUSTFLAGS='-D warnings' cargo llvm-cov nextest \
  --ignore-filename-regex 'run_dot\.rs' \
  --fail-under-functions 17 \
  --fail-under-lines 18 \
  --fail-under-regions 18