Add a Codacy badge to README.md #2

This commit is contained in:
botlabsDev 2020-06-25 18:34:08 +02:00
parent c5e6219ab4
commit a1259a7e83
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fdbef6fc368b4084baab0d3287e87dda)](https://app.codacy.com/manual/botlabsDev/npkpy?utm_source=github.com&utm_medium=referral&utm_content=botlabsDev/npkpy&utm_campaign=Badge_Grade_Dashboard)
[![Actions Status](https://github.com/botlabsDev/npkpy/workflows/Pytest/badge.svg)](https://github.com/botlabsDev/npkpy/actions)
[![codecov](https://codecov.io/gh/botlabsDev/npkpy/branch/master/graph/badge.svg?token=4ns6uIqoln)](https://codecov.io/gh/botlabsDev/npkpy)

View file

@ -11,7 +11,7 @@ if [[ ! -e ${venv} ]]; then
fi
git config user.name "botlabsDev"
git config user.email "botlabs.dev@botlabs.dev"
git config user.email "54632107+botlabsDev@users.noreply.github.com"
echo "--git config--"
echo -n "git user:"; git config user.name
echo -n "git email:"; git config user.email