File tree 4 files changed +2
-9
lines changed
4 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install dependencies
19
19
run : yarn install --frozen-lockfile
20
20
- 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
Original file line number Diff line number Diff line change 1
1
node_modules
2
- coverage
3
2
dist
Original file line number Diff line number Diff line change 8
8
"module" : " dist/index.es.js" ,
9
9
"types" : " index.d.ts" ,
10
10
"scripts" : {
11
- "clean" : " rimraf coverage dist" ,
11
+ "clean" : " rimraf dist" ,
12
12
"build" : " rollup -c" ,
13
13
"lint" : " eslint src tests" ,
14
14
"postpublish" : " yarn clean" ,
Original file line number Diff line number Diff line change 1
1
# rollup-plugin-delete
2
2
3
- [ ![ Codecov] ( https://codecov.io/gh/vladshcherbin/rollup-plugin-delete/branch/master/graph/badge.svg )] ( https://codecov.io/gh/vladshcherbin/rollup-plugin-delete )
4
-
5
3
Delete files and folders using Rollup.
6
4
7
5
## About
You can’t perform that action at this time.
0 commit comments