Skip to content

Dogfood #280

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

Merged
merged 3 commits into from
Jul 8, 2019
Merged

Dogfood #280

merged 3 commits into from
Jul 8, 2019

Conversation

jayvdb
Copy link
Member

@jayvdb jayvdb commented Jul 8, 2019

No description provided.

@codecov-io
Copy link

codecov-io commented Jul 8, 2019

Codecov Report

Merging #280 into dev will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #280   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files          60       60           
  Lines        2550     2550           
=======================================
  Hits         2523     2523           
  Misses         27       27
Impacted Files Coverage Δ
moban/reporter.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98d9b0b...0d81242. Read the comment docs.

Ensure that this repo is leading by example,
and eating its own dogfood.

Also reduces flake8 ignore list to only W503,W504,
and updates the flake8 max line length to match black.

And separate commands in test.bat with %errorlevel%
handling.
@jayvdb
Copy link
Member Author

jayvdb commented Jul 8, 2019

A better solution for the test.bat / lint.sh / test.sh problem is to write a test.bat and lint.bat which also runs on bash https://stackoverflow.com/a/46813196

Please advise whether you would like me to do that (and backport it to the templates)

Copy link
Member

@chfw chfw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@@ -1,6 +1,5 @@
import moban.constants as constants
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is done by isort. I will checkout its configuration

lint_command: make lint install_test format install update
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not realize it is 'lint_command'

@chfw chfw merged commit e6b131f into moremoban:dev Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants