[gjs: 5/18] CI: Remove unnecessary ninja invocation from coverage




commit 864f1fe2daf0ae6e5450bf044afe8ec9b7233948
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Nov 24 21:22:34 2020 -0800

    CI: Remove unnecessary ninja invocation from coverage
    
    Ninja will already be invoked by 'meson test' below.

 tools/run_coverage.sh | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/tools/run_coverage.sh b/tools/run_coverage.sh
index 131c4b0b..f1c8e5ac 100755
--- a/tools/run_coverage.sh
+++ b/tools/run_coverage.sh
@@ -15,7 +15,6 @@ meson "$BUILDDIR" -Db_coverage=true
 
 VERSION=$(meson introspect "$BUILDDIR" --projectinfo | python -c 'import json, sys; 
print(json.load(sys.stdin)["version"])')
 
-ninja -C "$BUILDDIR"
 mkdir -p _coverage
 meson test -C "$BUILDDIR" --num-processes 1
 lcov --directory "$BUILDDIR" --capture --output-file _coverage/gjs.lcov.run --no-checksum $LCOV_ARGS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]