Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit f4a320b

Browse files
committed
fixup! Update sonarcloud CI
1 parent 3839e14 commit f4a320b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install -e .
3535
- name: Collect coverage
3636
run: |
37-
pytest --cov=src --cov-report=xml --cov-config=pyroject.toml --cov-branch
37+
pytest --cov=src --cov-report=xml --cov-config=pyproject.toml --cov-branch
3838
- name: Upload coverage report
3939
uses: actions/upload-artifact@v2
4040
with:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ addopts = "--cov=src --verbose"
6767
testpaths = ["tests"]
6868

6969
[tool.coverage.run]
70+
relative_files = true
71+
branch = true
7072
source = ["src"]
7173
omit = [
7274
"*__init__*",

0 commit comments

Comments
 (0)