Skip to content

Commit

Permalink
FIX #99 - Ignore tests and setup.py for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Oct 25, 2020
1 parent 2b26d29 commit 7398526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

### Changed

- `MlflowNodeHook` now has a `before_pipeline_run` hook which stores the `ProjectContext` and enable to retrieve configuration (#66).
- Documentation reference to the plugin is now dynamic when necessary (#6).
- The test coverage now excludes `tests` and `setup.py` (#99).

### Removed

Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- "setup.py"
- "tests/**/*"

0 comments on commit 7398526

Please sign in to comment.