Skip to content

Commit 6d61728

Browse files
test coverage badge
1 parent d4554fb commit 6d61728

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,10 @@ jobs:
6060
git config --local user.name "github-actions[bot]"
6161
git add coverage.svg
6262
git commit -m "Updated coverage.svg"
63+
64+
- name: Push changes
65+
if: steps.verify-changed-files.outputs.files_changed == 'true'
66+
uses: ad-m/github-push-action@master
67+
with:
68+
github_token: ${{ secrets.GITHUB_TOKEN }}
69+
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)