Skip to content

Commit

Permalink
fix coverage links
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Oct 20, 2023
1 parent 372cc06 commit 804c7bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,9 @@ log_exported_ds = "qcodes.extensions:log_dataset_export_info"

[tool.coverage.run]
omit = [
"qcodes/__init__.py",
"src/qcodes/__init__.py",
"*/__init__.py",
"qcodes/tests/*",
"qcodes/instrument_drivers/test.py"
"src/qcodes/tests/*",
]
[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit 804c7bf

Please sign in to comment.