]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: set root
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 17:58:45 +0000 (18:58 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 18:04:11 +0000 (19:04 +0100)
.github/workflows/coverage.yml

index c7da96e2db0af45681dad6a905da42394fa5a609..09da5a8a81875c84ed480f087746c51328ee6e2f 100644 (file)
@@ -40,7 +40,7 @@ jobs:
 
     - name: Generate Report
       run: |
-        COV_TXT=$(gcovr --gcov-exclude '(.+/)?\.h$' -s --html-details cov.html | grep lines | cut -d" " -f2)
+        COV_TXT=$(gcovr -s --html-details cov.html src ast util | grep lines | cut -d" " -f2)
         COV_NUM=${COV_TXT: : -1}
         if [ $COV_NUM -ge 90 ]
         then COLOR=green