parent
4aada31b21
commit
32fef49ff8
|
@ -32,6 +32,7 @@ jobs:
|
||||||
make test
|
make test
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: codecov/codecov-action@v4.5.0
|
uses: codecov/codecov-action@v4.5.0
|
||||||
with:
|
with:
|
||||||
directory: ./coverage/reports/
|
directory: ./coverage/reports/
|
||||||
|
@ -67,6 +68,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export DYLD_LIBRARY_PATH=$(brew --prefix hidapi)/lib:$DYLD_LIBRARY_PATH && pytest --cov --cov-report=xml
|
export DYLD_LIBRARY_PATH=$(brew --prefix hidapi)/lib:$DYLD_LIBRARY_PATH && pytest --cov --cov-report=xml
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: codecov/codecov-action@v4.5.0
|
uses: codecov/codecov-action@v4.5.0
|
||||||
with:
|
with:
|
||||||
directory: ./coverage/reports/
|
directory: ./coverage/reports/
|
||||||
|
|
Loading…
Reference in New Issue