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

Commit faff08e

Browse files
author
Xiaoyi Chen
authored
chore: remove codecov.io (#329)
1 parent 658364f commit faff08e

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
version: 2.1
33

44
orbs:
5-
codecov: codecov/codecov@1.0.5
65
browser-tools: circleci/browser-tools@0.1.3
76
win: circleci/windows@2.4.0
87
node: circleci/node@3.0.1
@@ -147,9 +146,6 @@ jobs:
147146
- run: yarn lint:ci
148147
- run: yarn test:ci
149148
- run: yarn test:e2e-ci
150-
- codecov/upload:
151-
file: reports/coverage/*.json
152-
flags: frontend,backend
153149
- store-results
154150
- persist_to_workspace:
155151
root: .

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
.eslintrc.js
1818
.nvmrc
1919
.prettierrc.json
20-
codecov.yml
2120
jest.config.js
2221
lint-staged.config.js
2322
tsconfig.json

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![CircleCI](https://circleci.com/gh/forcedotcom/lwc-dev-server.svg?style=svg&circle-token=19ea057fcc409cec956c360fc347b727d0429396)](https://circleci.com/gh/forcedotcom/lwc-dev-server)
44
[![Build status](https://ci.appveyor.com/api/projects/status/ix3iloviwyyg4agt/branch/master?svg=true)](https://ci.appveyor.com/project/forcedotcom/lwc-dev-server/branch/master)
5-
[![codecov](https://codecov.io/gh/forcedotcom/lwc-dev-server/branch/master/graph/badge.svg?token=LJxxclDlYz)](https://codecov.io/gh/forcedotcom/lwc-dev-server)
65
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
76
![npm (scoped)](https://img.shields.io/npm/v/@salesforce/lwc-dev-server)
87
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

codecov.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)