]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: list files
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 16:32:07 +0000 (17:32 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 16:32:07 +0000 (17:32 +0100)
.github/workflows/coverage.yml

index 20fcd1068b349c29f868b19d2359d1d65a473f0a..405e31a08a9ba79cca727657ba97838f26735c2b 100644 (file)
@@ -40,6 +40,7 @@ jobs:
         COV_TXT=$(gcovr --html-details cov.html -s | grep lines | cut -d" " -f2)
         COV_NUM=${COV_TXT: : -1}
         echo $COV_NUM
+        ls
 
     - name: Push Report
       run: |