Skip to content

Commit 120c30e

Browse files
committed
Remove codecov
1 parent 7655ab2 commit 120c30e

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@ jobs:
1818
- name: Install dependencies
1919
run: yarn install --frozen-lockfile
2020
- name: Run tests
21-
run: yarn test --ci --coverage
22-
- name: Upload coverage to Codecov
23-
uses: codecov/codecov-action@v4
24-
with:
25-
token: ${{ secrets.CODECOV_TOKEN }}
21+
run: yarn test --ci

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
2-
coverage
32
dist

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"module": "dist/index.es.js",
99
"types": "index.d.ts",
1010
"scripts": {
11-
"clean": "rimraf coverage dist",
11+
"clean": "rimraf dist",
1212
"build": "rollup -c",
1313
"lint": "eslint src tests",
1414
"postpublish": "yarn clean",

readme.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# rollup-plugin-delete
22

3-
[![Codecov](https://codecov.io/gh/vladshcherbin/rollup-plugin-delete/branch/master/graph/badge.svg)](https://codecov.io/gh/vladshcherbin/rollup-plugin-delete)
4-
53
Delete files and folders using Rollup.
64

75
## About

0 commit comments

Comments
 (0)