fixup coverage
Some checks failed
lint / lint (pull_request) Successful in 56s
test / test (pull_request) Successful in 2m9s
coverage / build (pull_request) Failing after 28s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2025-01-04 18:31:37 +03:00
parent 6a677a5989
commit f14c1fc76b

View File

@ -36,14 +36,14 @@ jobs:
filename: coverage.out
- uses: stefanzweifel/git-auto-commit-action@v4
id: auto-commit-action
name: autocommit
with:
commit_message: Apply Code Coverage Badge
skip_fetch: true
skip_checkout: true
file_pattern: ./README.md
- name: Push Changes
- name: push
if: steps.auto-commit-action.outputs.changes_detected == 'true'
uses: ad-m/github-push-action@master
with: