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

Commit fc0477a

Browse files
authored
chore: Remove codecov (#2191)
1 parent 26d042d commit fc0477a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
- run: yarn
3737
- name: Run unit tests
3838
run: yarn test all --no-watch
39-
- name: Upload coverage to Codecov
40-
uses: codecov/[email protected]
41-
with:
42-
token: ${{secrets.CODECOV_TOKEN}}
4339
sass-test:
4440
runs-on: ubuntu-latest
4541
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Angular MDC
22

33
[![npm version](https://badge.fury.io/js/%40angular-mdc%2Fweb.svg)](https://badge.fury.io/js/%40angular-mdc%2Fweb)
4-
[![codecov](https://codecov.io/gh/trimox/angular-mdc-web/branch/master/graph/badge.svg)](https://codecov.io/gh/trimox/angular-mdc-web)
4+
![tests](https://github.com/trimox/angular-mdc-web/workflows/tests/badge.svg)
55

66
[Demos, documentation and guides](https://trimox.github.io/angular-mdc-web/)
77

0 commit comments

Comments
 (0)