-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output Watchmaker Version #330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the .cache file
Probably worth adding |
65d8a41
to
97fe802
Compare
Removed .cache directory. Not sure if I put the lines in the right section as I was playing around with testing at that point. |
.gitignore
Outdated
@@ -80,9 +80,12 @@ src/*.log | |||
tests/*.log | |||
|
|||
# Unit test / coverage reports | |||
.cache/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just .cache
will do it
.gitignore
Outdated
.coverage | ||
.tox | ||
.coverage.* | ||
__pycache__/ | ||
*/__pycache__/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is git attempting to include these __pycache__
directories now? I haven't seen that yet...
97fe802
to
5f457b2
Compare
Codecov Report
@@ Coverage Diff @@
## develop #330 +/- ##
===========================================
- Coverage 18.35% 18.33% -0.03%
===========================================
Files 13 13
Lines 828 829 +1
Branches 94 94
===========================================
Hits 152 152
- Misses 676 677 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #330 +/- ##
===========================================
- Coverage 18.35% 18.33% -0.03%
===========================================
Files 13 13
Lines 828 829 +1
Branches 94 94
===========================================
Hits 152 152
- Misses 676 677 +1
Continue to review full report at Codecov.
|
8e37ebb
to
ab8bf2c
Compare
ab8bf2c
to
99581ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Adding debug line to output Watchmaker version being run.
Addresses issue #329