Add path to coverage file
parent
fa30746b3a
commit
6b42342a05
|
|
@ -51,6 +51,7 @@ jobs:
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
|
path-to-lcov: .coverage
|
||||||
# flag-name: run-${{ matrix.python-version }}-${{ matrix.plattform }}
|
# flag-name: run-${{ matrix.python-version }}-${{ matrix.plattform }}
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue