github: specify directory for codecov

This commit is contained in:
David Lechner
2022-06-01 18:03:15 -05:00
committed by David Lechner
parent cbdbaf7903
commit f67aa19e6c
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -24,4 +24,6 @@ jobs:
- run: yarn test
- run: yarn coverage
- uses: codecov/codecov-action@v2
with:
directory: coverage
- run: yarn build