diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7afcea9..53bae2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} \ No newline at end of file + run: yarn test --ci \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9c62828..f06235c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ node_modules -coverage dist diff --git a/package.json b/package.json index 4ae7990..5b869c4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index 821b95c..f711c88 100644 --- a/readme.md +++ b/readme.md @@ -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