Skip to content

Commit 7d61763

Browse files
committed
ci: fix coverage setup
1 parent 2bec962 commit 7d61763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-linux.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ jobs:
4040
- name: display installed kiara and module package versions
4141
run: pip list | grep kiara
4242
- name: test with pytest
43-
run: pytest --cov=kiara tests
43+
run: pytest --cov-report=xml --cov=kiara tests
4444
- name: Coveralls
4545
uses: coverallsapp/github-action@v2
4646
with:
4747
parallel: true
4848
flag-name: run ${{ join(matrix.*, ' - ') }}
49+
format: python
4950

5051
coverage:
5152
name: test coverage

0 commit comments

Comments
 (0)