Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vladshcherbin committed Sep 8, 2024
1 parent 7655ab2 commit 120c30e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test --ci --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
run: yarn test --ci
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
coverage
dist
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "dist/index.es.js",
"types": "index.d.ts",
"scripts": {
"clean": "rimraf coverage dist",
"clean": "rimraf dist",
"build": "rollup -c",
"lint": "eslint src tests",
"postpublish": "yarn clean",
Expand Down
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# rollup-plugin-delete

[![Codecov](https://codecov.io/gh/vladshcherbin/rollup-plugin-delete/branch/master/graph/badge.svg)](https://codecov.io/gh/vladshcherbin/rollup-plugin-delete)

Delete files and folders using Rollup.

## About
Expand Down

0 comments on commit 120c30e

Please sign in to comment.