Skip to content

Commit ffde56a

Browse files
Omit netCDF4 file from coverage run
similar problem and fix as reported here: Unidata/netcdf4-python#1439
1 parent d11c236 commit ffde56a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@
5858
"ece.mon.presentation.redmine" = "monitoring.redmine:Redmine"
5959
"ece.mon.presentation.gitlab" = "monitoring.gitlab:Gitlab"
6060
"ece.mon.linear_combination" = "monitoring.linear_combination:LinearCombination"
61+
62+
[tool.coverage.run]
63+
omit = [
64+
"src/netCDF4/_netCDF4.pyx",
65+
]

0 commit comments

Comments
 (0)