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 22dd811 commit 1c95e5aCopy full SHA for 1c95e5a
.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=./finterion --cov-report=xml
+ coverage run -m unittest discover -s tests --cov-report=xml
92
#----------------------------------------------
93
# upload coverage stats
94
0 commit comments