Skip to content

Commit 2b6660a

Browse files
authored
Merge pull request #224 from jGaboardi/coverage_not_reported_during_ci
try recognize coverage in CI
2 parents 5aeb4d7 + 0e98bd9 commit 2b6660a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/unittests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
run: 'python -c "import geopandas; geopandas.show_versions();"'
6565

6666
- name: install package
67-
run: 'pip install . --no-deps'
67+
run: 'pip install -e . --no-deps'
6868

6969
- name: Download test files
7070
run: |
@@ -84,14 +84,12 @@
8484
--cov tobler \
8585
--cov-append \
8686
--cov-report term-missing \
87-
--cov-report xml
87+
--cov-report xml .
8888
8989
- name: codecov
9090
uses: codecov/codecov-action@v4
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
93-
file: ./coverage.xml
94-
name: tobler-codecov
9593

9694
- name: Generate and publish the report
9795
if: |

0 commit comments

Comments
 (0)