]> 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 17:59:01 +0000 (18:59 +0100)
.github/workflows/coverage.yml

index c7da96e2db0af45681dad6a905da42394fa5a609..24608fe9de49aeb6eeb3c9c232a68f3a0d2c27aa 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 -r src -s --html-details cov.html | grep lines | cut -d" " -f2)
         COV_NUM=${COV_TXT: : -1}
         if [ $COV_NUM -ge 90 ]
         then COLOR=green