Skip to content

Commit 7ee83fa

Browse files
committed
ci: remove useless coverage option
1 parent f380505 commit 7ee83fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
pip install -e .
5757
coverage run --source=routingpy --module pytest
58-
coverage lcov --include "routingpy/*" --output-file=coverage.lcov
58+
coverage lcov --include "routingpy/*"
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161

0 commit comments

Comments
 (0)