diff --git a/README.md b/README.md index 0430db0..2ab438b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SampleProject [![Build status](https://ci.appveyor.com/api/projects/status/4n8v7gs72a0n8qyh?svg=true)](https://ci.appveyor.com/project/giacomelli/SampleProject) [![Tests status](http://teststatusbadge.azurewebsites.net/api/status/giacomelli/SampleProject)](https://ci.appveyor.com/project/giacomelli/SampleProject) [![Coverage Status](https://coveralls.io/repos/giacomelli/SampleProject/badge.svg?branch=master&service=github)](https://coveralls.io/github/giacomelli/SampleProject?branch=master) -[![FxCop](docs/badges/FxCop.svg)](https://raw.githubusercontent.com/giacomelli/SampleProject/master/LICENSE) +![](https://cdn.rawgit.com/giacomelli/sampleproject/master/docs/badges/FxCop.svg) [![License](http://img.shields.io/:license-MIT-blue.svg)](https://raw.githubusercontent.com/giacomelli/SampleProject/master/LICENSE) diff --git a/appveyor.yml b/appveyor.yml index cfd6b7e..afab72c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,9 @@ after_build: on_success: - git config --global credential.helper store - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_PERSONAL_TOKEN):x-oauth-basic@github.com`n" - - git commit docs/badges/FxCop.svg + - git config --global user.email "giacomelli@gmail.com" + - git config --global user.name "Diego Giacomelli" + - git commit docs/badges/FxCop.svg -m"Updating FxCop badge" - git push test_script: