forked from LBRYCommunity/lbry-sdk
trying without codecov github action
This commit is contained in:
parent
99d2a3f42b
commit
269c0f714e
1 changed files with 1 additions and 5 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -50,13 +50,9 @@ jobs:
|
|||
- env:
|
||||
HOME: /tmp
|
||||
run: |
|
||||
ls -la
|
||||
coverage run -m unittest -vv tests.unit.test_conf
|
||||
ls -la
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
# run: coverage run -m unittest discover -vv tests.unit
|
||||
- uses: codecov/codecov-action@v1
|
||||
with:
|
||||
flags: unit-${{ matrix.os }}
|
||||
|
||||
tests-integration:
|
||||
name: "tests / integration"
|
||||
|
|
Loading…
Reference in a new issue