Files
unleash/scripts/commit-coverage.sh
T
Ivar Conradi Østhus b16e842849 fix: auto-push coverage
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