test .coveragerc

This commit is contained in:
Sina Atalay 2023-10-14 22:13:24 +02:00
parent 6b6d3fb484
commit 495ece6db8
2 changed files with 3 additions and 0 deletions

2
.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[run]
relative_files = True

View File

@ -60,6 +60,7 @@ jobs:
combine-coverages: combine-coverages:
name: Combine coverages and upload the report
needs: [test] needs: [test]
runs-on: ubuntu-latest runs-on: ubuntu-latest