diff --git a/README.md b/README.md index 78932771..ce8e47b8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Codecov NodeJS Uploader +[![codecov.io](https://codecov.io/github/codecov/codecov-node/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-node?branch=master) [![NPM version][npm-image]][npm-url] [![Build Status][github-actions-image]][github-actions-url] [![Build Status][travis-image]][travis-url] -[![codecov.io](https://codecov.io/github/codecov/codecov-node/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-node?branch=master) [![Dependency Status][depstat-image]][depstat-url] [![Dev Dependency Status][devdepstat-image]][devdepstat-url] diff --git a/appveyor.yml b/appveyor.yml index d4753d59..9d21b095 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ init: - git config --global core.autocrlf true install: - - ps: Install-Product node $env:nodejs_version + - ps: Install-Product node $env:nodejs_version x64 - npm install test_script: