We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401117e commit 22dd811Copy full SHA for 22dd811
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Run tests
89
run: |
90
source .venv/bin/activate
91
- coverage run -m unittest discover -s tests --cov=<project-dir> --cov-report=xml
+ coverage run -m unittest discover -s tests --cov=./finterion --cov-report=xml
92
#----------------------------------------------
93
# upload coverage stats
94
0 commit comments