Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ coverage:
ignore:
- ".tox/**/*"
- "setup.py"
- "versioneer.py"
- "src/_pytask/_version.py"
4 changes: 3 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>
- :gh:`55` implements miscellaneous fixes to improve error message, tests and coverage.
- :gh:`59` adds a tutorial on using plugins and features plugins more prominently.
- :gh:`60` adds the MIT license to the project and mentions pytest and its developers.
- :gh:`65` adds versioneer to pytask.
- :gh:`65` adds versioneer to pytask and :gh:`66` corrects the coverage reports which
were deflated due to the new files.



0.0.11 - 2020-12-27
Expand Down