From: Jérémie Astor Date: Thu, 20 Feb 2020 12:30:43 +0000 (+0100) Subject: :wrench: url X-Git-Tag: nightly~1845 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=aa4e3b2b72218c7cd0f81118172ea616f62ed1a2;p=gwion.git :wrench: url --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 17fb239e..57ce35d4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -68,7 +68,7 @@ jobs: mkdir -p gwion-coverage-report/html/$branch mv *.html gwion-coverage-report/html/$branch for a in ls gwion-coverage-report/html/*/ - do echo " * [$a]($a)" + do echo " * [$basename $a)](htts://fennecdjay.github.com/gwion-coverage-report/$(basename $a))" done > gwion-coverage-report/html/README.md - name: Push Report