mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
5 lines
123 B
Bash
Executable File
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 |