Skip to content

Commit

Permalink
Update for change in project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Apr 24, 2020
1 parent 24b74a5 commit 9a9cb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
ignore_errors = True
omit =
tests/*
gama/visualization/*.py
gama/dashboard/*.py
gama/dashboard/*
exclude_lines =
pragma: no cover
def __repr__
Expand Down
3 changes: 1 addition & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ codecov:
require_ci_to_pass: yes

ignore:
- "gama/visualization/.*"
- "gama/utilities/cli.py"
- "gama/dashboard/*"
- "gama/dashboard/**/*"

0 comments on commit 9a9cb95

Please sign in to comment.