Merge pull request #8 from crazy-max/codecov
Enable Codecov and upload coverage
This commit is contained in:
commit
4ae16d33b3
|
@ -37,10 +37,10 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: yarn run test
|
run: yarn run test
|
||||||
# -
|
-
|
||||||
# name: Upload coverage
|
name: Upload coverage
|
||||||
# uses: codecov/codecov-action@v1.0.7
|
uses: codecov/codecov-action@v1.0.7
|
||||||
# if: success()
|
if: success()
|
||||||
# with:
|
with:
|
||||||
# token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
# file: ./coverage/clover.xml
|
file: ./coverage/clover.xml
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
[](https://github.com/marketplace/actions/docker-setup-buildx)
|
[](https://github.com/marketplace/actions/docker-setup-buildx)
|
||||||
[](https://github.com/docker/setup-buildx-action/actions?workflow=ci)
|
[](https://github.com/docker/setup-buildx-action/actions?workflow=ci)
|
||||||
[](https://github.com/docker/setup-buildx-action/actions?workflow=test)
|
[](https://github.com/docker/setup-buildx-action/actions?workflow=test)
|
||||||
|
[](https://codecov.io/gh/docker/setup-buildx-action)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue