From 0a1a8ef00592ffce65972e7f65b73dd532d033ae Mon Sep 17 00:00:00 2001 From: Chad Tolkien Date: Wed, 5 Oct 2016 16:21:50 +1100 Subject: [PATCH] added badge to readme --- README.md | 2 +- appveyor.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 47154d6..71964b3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ |Windows | [![Build status](https://img.shields.io/appveyor/ci/soda-digital/tinypng.svg?maxAge=2000)](https://ci.appveyor.com/project/Soda-Digital/tinypng) | |Linux/OSX| [![Build Status](https://img.shields.io/travis/ctolkien/TinyPNG.svg?maxAge=2000)](https://travis-ci.org/ctolkien/TinyPNG) | - +[![codecov](https://codecov.io/gh/ctolkien/TinyPNG/branch/master/graph/badge.svg)](https://codecov.io/gh/ctolkien/TinyPNG) ![Version](https://img.shields.io/nuget/v/tinypng.svg?maxAge=2000) [![license](https://img.shields.io/github/license/ctolkien/TinyPNG.svg?maxAge=2592000)]() diff --git a/appveyor.yml b/appveyor.yml index c79151f..535bd6a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,6 @@ os: Visual Studio 2015 configuration: Release pull_requests: do_not_increment_build_number: true -environment: - CODECOV_TOKEN: - secure: bVt/DVcvyzeJiiyAxWCU4SCTnG1OM3omaApnMKArl0veMjYem04lV3CWDG20iQ4H init: - ps: $Env:LABEL = $Env:APPVEYOR_BUILD_NUMBER - ps: Set DOTNET_SKIP_FIRST_TIME_EXPERIENCE