mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-09-01 07:35:47 -06:00
Add Codecov
This commit is contained in:
parent
5fb44a383c
commit
9e29288823
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -36,3 +36,11 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
-
|
||||||
|
# https://github.com/codecov/codecov-action
|
||||||
|
name: Upload coverage
|
||||||
|
uses: codecov/codecov-action@v1
|
||||||
|
if: success()
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
file: ./coverage/clover.xml
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[](https://github.com/crazy-max/ghaction-upx/releases/latest)
|
[](https://github.com/crazy-max/ghaction-upx/releases/latest)
|
||||||
[](https://github.com/marketplace/actions/upx-github-action)
|
[](https://github.com/marketplace/actions/upx-github-action)
|
||||||
[](https://github.com/crazy-max/ghaction-upx/actions?workflow=test)
|
[](https://github.com/crazy-max/ghaction-upx/actions?workflow=test)
|
||||||
|
[](https://codecov.io/gh/crazy-max/ghaction-upx)
|
||||||
[](https://github.com/sponsors/crazy-max)
|
[](https://github.com/sponsors/crazy-max)
|
||||||
[](https://www.paypal.me/crazyws)
|
[](https://www.paypal.me/crazyws)
|
||||||
|
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
|
"sourceMap": true
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", "**/*.test.ts"]
|
"exclude": ["node_modules", "**/*.test.ts"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user