We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c2d88 commit 7b87a21Copy full SHA for 7b87a21
tools/report/common.sh
@@ -59,4 +59,3 @@ command -v jq >/dev/null || {
59
}
60
61
TARGET_DIR=$(cargo metadata --format-version=1 | jq -r '.target_directory')
62
-PATH="$TARGET_DIR/release:$PATH"
tools/report/quality
@@ -2,7 +2,8 @@
2
set -e
3
4
. "$(dirname "$0")"/common.sh
5
-cargo build --all --bins --release
+cargo build -p coupe-tools --bins --release
6
+PATH="$TARGET_DIR/release:$PATH"
7
8
OUTPUT_DIR="$TARGET_DIR/coupe-report"
9
say mkdir "$OUTPUT_DIR"
0 commit comments