Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit e9fcbce

Browse files
committed
chore(ci): remove codecov
1 parent d8c77ad commit e9fcbce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- run: |
1717
yarn test
1818
./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
19-
curl -s https://codecov.io/bash | bash
2019
- store_test_results: &store_test_results
2120
path: ~/cli/reports
2221
node-8:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Heroku OAuth [![CircleCI](https://circleci.com/gh/heroku/heroku-cli-oauth.svg?style=svg)](https://circleci.com/gh/heroku/heroku-cli-oauth)
22
[![Code Climate](https://codeclimate.com/github/heroku/heroku-cli-oauth/badges/gpa.svg)](https://codeclimate.com/github/heroku/heroku-cli-oauth)
3-
[![codecov](https://codecov.io/gh/heroku/heroku-cli-oauth/branch/master/graph/badge.svg)](https://codecov.io/gh/heroku/heroku-cli-oauth)
43
[![npm version](https://badge.fury.io/js/heroku-cli-oauth.svg)](https://badge.fury.io/js/heroku-cli-oauth)
54
[![License](https://img.shields.io/github/license/heroku/heroku-cli-oauth.svg)](https://github.com/heroku/heroku-cli-oauth/blob/master/LICENSE)
65

0 commit comments

Comments
 (0)