Skip to content

Commit

Permalink
changed interface to abstract in case of presenter, since it was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrancois committed Aug 13, 2018
1 parent a03483c commit 700a485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov.yml
Expand Up @@ -3,6 +3,6 @@ ignore:
- "**/*Skin.java" # Skins
- "**/WorkbenchModule.java" # Abstract class cannot be tested: Module
- "**/View.java" # Interface: View
- "**/Presenter.java" # Interface: Presenter
- "**/Presenter.java" # Abstract class: Presenter
- "**/Dialog*Content.java" # Dialog View Controls
- "**/PrettyScrollPane.java" # Purely View Control

0 comments on commit 700a485

Please sign in to comment.