File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,5 @@ coverage:
25
25
ignore :
26
26
- " .tox/**/*"
27
27
- " setup.py"
28
+ - " versioneer.py"
29
+ - " src/_pytask/_version.py"
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>
12
12
- :gh: `55 ` implements miscellaneous fixes to improve error message, tests and coverage.
13
13
- :gh: `59 ` adds a tutorial on using plugins and features plugins more prominently.
14
14
- :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
+
16
18
17
19
18
20
0.0.11 - 2020-12-27
You can’t perform that action at this time.
0 commit comments