1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/scripts/commit-coverage.sh
2022-05-20 12:00:30 +02:00

5 lines
123 B
Bash
Executable File

#!/bin/bash
git add coverage
git diff-index --quiet HEAD || git commit -m 'chore: update coverage reports'
git push origin