Skip to content

Commit

Permalink
Set minimum permitted test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 15, 2021
1 parent 729bd6a commit 9c7ef18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions repo_helper.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'mh_utils'
copyright_years: 2020-2021
Expand All @@ -11,7 +11,6 @@ short_desc: 'Utilities for handing ancillary files produced by MassHunter.'

conda_channels:
- conda-forge
- domdfcoding

python_versions:
- '3.6'
Expand All @@ -21,22 +20,21 @@ python_versions:
- 3.10-dev

extra_sphinx_extensions:
- enum_tools.autoenum
- attr_utils.autoattrs
- enum_tools.autoenum
- attr_utils.autoattrs

mypy_plugins:
- attr_utils.mypy_plugin
- attr_utils.mypy_plugin

pre_commit_exclude: ^tests/test_xml/.*\.xml$

classifiers:
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'

tox_requirements:
- "tox-pip-version>=0.0.7"

keywords:
- chemistry
- mass-spectrometry
- chromatography

min_coverage: 85
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ count = True
plugins = coverage_pyver_pragma
[coverage:report]
fail_under = 80
fail_under = 85
exclude_lines =
raise AssertionError
raise NotImplementedError
Expand Down

0 comments on commit 9c7ef18

Please sign in to comment.