[gjs: 2/3] CI: fix coverage artifacts



commit 93b242d705c1ff8578b1069124bd629775593fef
Author: Claudio André <claudioandre br gmail com>
Date:   Tue Jul 10 14:59:34 2018 -0300

    CI: fix coverage artifacts
    
    The coverage job is no longer using jhbuild.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7971e459..8e024c3d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ stages:
     '
 
 .JHBuild files: &JHB_files  [.cache/jhbuild/build/gjs/*.log, .cache/jhbuild/build/gjs/Makefile, 
.cache/jhbuild/build/gjs/configure]
-.Coverage files: &cov_files [.cache/jhbuild/build/gjs/*.log, .cache/jhbuild/build/gjs/Makefile, 
.cache/jhbuild/build/gjs/configure, coverage/]
+.Coverage files: &cov_files [configure, Makefile, analysis/, ./*.log, ./*.trs, 
./installed-tests/scripts/*.log, ./installed-tests/scripts/*.trs, coverage/]
 .Regular files: &reg_files  [configure, Makefile, analysis/, ./*.log, ./*.trs, 
./installed-tests/scripts/*.log, ./installed-tests/scripts/*.trs]
 .Flatpak files: &pak_files  [./*.flatpak]
 


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