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

Commit f913c2c

Browse files
remove codecov
1 parent 271cd85 commit f913c2c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
include:
88
- stage: Test
99
script:
10-
- yarn test --watchAll=false -- --coverage && npx codecov
10+
# - yarn test --watchAll=false -- --coverage && npx codecov
11+
- yarn test --watchAll=false
1112
- stage: GithubPage
1213
script:
1314
- yarn build

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![Build Status](https://travis-ci.org/project-openubl/xml-builder-ee-ui.svg?branch=master)](https://travis-ci.org/project-openubl/xml-builder-ee-ui)
2-
[![codecov](https://codecov.io/gh/project-openubl/xml-builder-ee-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/project-openubl/xml-builder-ee-ui)
32
[![Build Status](https://dev.azure.com/project-openubl/xml-builder-ee-ui/_apis/build/status/project-openubl.xml-builder-ee-ui?branchName=master)](https://dev.azure.com/project-openubl/xml-builder-ee-ui/_build/latest?definitionId=2&branchName=master)
43

4+
<!-- [![codecov](https://codecov.io/gh/project-openubl/xml-builder-ee-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/project-openubl/xml-builder-ee-ui) -->
5+
56
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
67

78
## Available Scripts

0 commit comments

Comments
 (0)