Skip to content

Commit 4778c1b

Browse files
authored
Fix coverage by excluding files related to versioneer. (#66)
1 parent 3d22089 commit 4778c1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ coverage:
2525
ignore:
2626
- ".tox/**/*"
2727
- "setup.py"
28+
- "versioneer.py"
29+
- "src/_pytask/_version.py"

docs/changes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>
1212
- :gh:`55` implements miscellaneous fixes to improve error message, tests and coverage.
1313
- :gh:`59` adds a tutorial on using plugins and features plugins more prominently.
1414
- :gh:`60` adds the MIT license to the project and mentions pytest and its developers.
15-
- :gh:`65` adds versioneer to pytask.
15+
- :gh:`65` adds versioneer to pytask and :gh:`66` corrects the coverage reports which
16+
were deflated due to the new files.
17+
1618

1719

1820
0.0.11 - 2020-12-27

0 commit comments

Comments
 (0)