Set path to coverage file

This commit is contained in:
Roland Geider
2022-07-01 10:50:15 +02:00
parent 2617747d20
commit ab04c42265

View File

@@ -85,6 +85,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: .coverage
if: matrix.python-version == 3.8
- name: Save coverage result artifacts