1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

codecov GH action

This commit is contained in:
Martin McKeaveney 2021-03-02 18:22:35 +00:00
parent 1bd6208763
commit d4bbb731fc
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -8,3 +8,4 @@ myapps/
public/
db/dev.db/
dist
coverage/