Skip to content

Commit

Permalink
coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Feb 14, 2021
1 parent 2f268d8 commit ba8c0a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .coveragerc
@@ -1,8 +1,10 @@
[report]
[run]
omit =
docs/*
*__init__*
relative_files = true

[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
- name: Install dependencies
run: |
python -m pip install -U pip pytest pytest-cov coverage[toml]
python -m pip install -U pip pytest pytest-cov
python -m pip install .
env:
DISTUTILS_USE_SDK: 1
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Expand Up @@ -4,6 +4,3 @@ build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "src/george/george_version.py"

[tool.coverage.run]
relative_files = true

0 comments on commit ba8c0a9

Please sign in to comment.