mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
github: specify directory for codecov
This commit is contained in:
committed by
David Lechner
parent
cbdbaf7903
commit
f67aa19e6c
@@ -17,3 +17,5 @@ jobs:
|
||||
- run: yarn install
|
||||
- run: yarn coverage
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
directory: coverage
|
||||
|
||||
@@ -22,6 +22,8 @@ jobs:
|
||||
- run: yarn install
|
||||
- run: yarn coverage
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
directory: coverage
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: Install lftp
|
||||
|
||||
@@ -24,4 +24,6 @@ jobs:
|
||||
- run: yarn test
|
||||
- run: yarn coverage
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
directory: coverage
|
||||
- run: yarn build
|
||||
|
||||
Reference in New Issue
Block a user