Skip to content

Commit

Permalink
ci(coverage): ignore on error
Browse files Browse the repository at this point in the history
  • Loading branch information
sswastioyono18 committed May 31, 2024
1 parent 4aba64d commit 9f7821a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/tools/coverage/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ runs:

- name: Push coverage master to git
uses: stefanzweifel/git-auto-commit-action@v5
continue-on-error: true
with:
commit_message: 'coverage: updated coverage [skip ci]'
file_pattern: '${{ inputs.working_directory }}/coverage-master.txt ${{ inputs.badge_path }}'

0 comments on commit 9f7821a

Please sign in to comment.