Skip to content

Commit

Permalink
🔧 try to push
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 16, 2020
1 parent 84f0ebc commit 9ae6244
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Expand Up @@ -49,9 +49,7 @@ jobs:
then COLOR=yellow
else COLOR=red
fi
wget https://badgen.net/badge/coverage/$COV_TXT/$COLOR -O badge.svg
echo $COV_NUM $COLOR
ls
wget https://badgen.net/badge/coverage/$COV_NUM/$COLOR -O badge.svg
- name: Push Report
run: |
Expand All @@ -61,5 +59,7 @@ jobs:
cp ../*.html .
cp ../badge.svg .
mv cov.html index.html
ls
cat index.html
git add .
git commit -m "Update coverage"
git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git
git push

0 comments on commit 9ae6244

Please sign in to comment.