[librsvg: 1/2] Run coverage with no fail fast




commit 44f36dc0c67ae27df29975ca76239ee90ca05052
Author: Dunja Lalic <dunja lalic gmail com>
Date:   Tue Apr 6 22:44:53 2021 +0200

    Run coverage with no fail fast

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40e4c9da..bfb6c105 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,7 +122,7 @@ coverage:
     - rustup component add llvm-tools-preview
     - curl -L https://github.com/mozilla/grcov/releases/latest/download/grcov-linux-x86_64.tar.bz2 | tar jxf 
-
   script:
-    - cargo +nightly test -- --skip cmdline --skip loading_crash --skip reference --skip render_crash
+    - cargo +nightly test --no-fail-fast || true
     - ./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "*cargo*" 
-o lcov.info
     - lcov --summary lcov.info
 


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