Skip to content

Instantly share code, notes, and snippets.

View smgladkovskiy's full-sized avatar
💻
Senior Refactoring Engineer

Sergey Gladkovskiy smgladkovskiy

💻
Senior Refactoring Engineer
View GitHub Profile
@smgladkovskiy
smgladkovskiy / pre-commit
Created May 30, 2019 20:06
Pre-commit git hook to update TravisCI and CodeCov badges URL to aim current branch
#!/usr/bin/python2
"""
Referencing current branch in github README.md
This pre-commit hook updates the README.md file's
Travis and CodeCov badges with the current branch.
"""
import subprocess
# Hard-Coded for your repo (ToDo: get from remote?)