Skip to content

Commit d381291

Browse files
committed
fix cov-2
1 parent 45fe967 commit d381291

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ rehline.egg-info/
1414
*.log
1515
env/
1616

17+
# Coverage reports
18+
.coverage
19+
coverage.xml
20+
htmlcov/
21+
1722
# Files during package building
1823
eigen-3.4.0/
1924
eigen-5.0.1/

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ build-backend = "setuptools.build_meta"
5151
[tool.coverage.run]
5252
source = ["rehline"]
5353
omit = ["rehline/_internal*"]
54+
relative_files = true
5455

5556
[tool.coverage.paths]
5657
source = [

0 commit comments

Comments
 (0)