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

5 lines
123 B
Bash
Raw Normal View History

2022-05-20 11:59:42 +02:00
#!/bin/bash
git add coverage
git diff-index --quiet HEAD || git commit -m 'chore: update coverage reports'
git push origin