codecov GH action
This commit is contained in:
parent
66a7303316
commit
ea3d4bd221
|
@ -35,6 +35,12 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
name: Budibase CI
|
||||
- uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
files: ./packages/server/coverage/clover.xml
|
||||
name: codecov-umbrella
|
||||
verbose: true
|
||||
- run: yarn test:e2e:ci
|
||||
|
||||
- name: Build and Push Staging Docker Image
|
||||
|
|
|
@ -8,3 +8,4 @@ myapps/
|
|||
public/
|
||||
db/dev.db/
|
||||
dist
|
||||
coverage/
|
||||
|
|
Loading…
Reference in New Issue