Enable push in the upload-coverage task

pull/14/head
Dominik Nakamura 3 years ago
parent c29e500578
commit 6d84ead90d
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -23,5 +23,5 @@ upload-coverage: coverage
cp -R target/debug/coverage/ .
git add -A badges examples src tests coverage.json index.html
git commit -m "Coverage for $(git rev-parse --short main)"
# git push
git push
git checkout main

Loading…
Cancel
Save