Skip to content

Commit 6806df7

Browse files
Merge pull request #485 from afuetterer/coveralls
ci: fix coveralls reports
2 parents 6f974ef + 25b0357 commit 6806df7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
flag-name: coverage-python-${{ matrix.python-version }}
3737
parallel: true
38+
base-path: tika
3839

3940
finish-coverage:
4041
needs: test
@@ -45,3 +46,4 @@ jobs:
4546
uses: coverallsapp/github-action@v2
4647
with:
4748
parallel-finished: true
49+
base-path: tika

0 commit comments

Comments
 (0)