|
|
@ -53,7 +53,7 @@ travis = "[![travis](https://travis-ci.org/{USER}/{REPO}.svg?branch={BRANCH})]" |
|
|
|
) |
|
|
|
|
|
|
|
codacy = "[![codacy](https://img.shields.io/codacy/grade/{HASH}/{BRANCH}.svg)]" \ |
|
|
|
"(https://www.codacy.com/app/{USER}/{REPO}/dashboard)".format( |
|
|
|
"(https://www.codacy.com/app/{USER}/{REPO}/dashboard)\n".format( |
|
|
|
HASH = "c9496e25cf07434cba786b462cb15f49", |
|
|
|
USER = USER, |
|
|
|
REPO = REPO, |
|
|
|