feat: codecov (#8219)

This commit is contained in:
ckohen
2022-07-03 06:33:18 -07:00
committed by GitHub
parent d95197cc78
commit f10f4cdcd8
13 changed files with 96 additions and 3 deletions

View File

@@ -33,5 +33,9 @@ jobs:
- name: Tests
run: yarn test
- name: Upload Coverage
uses: ./packages/actions/src/uploadCoverage
if: github.repository_owner == 'discordjs'
- name: Build
run: yarn build --cache-dir=".turbo"