-
Notifications
You must be signed in to change notification settings - Fork 8
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
Optional facts #88
Optional facts #88
Conversation
Write tests to ensure behaviour of target rendering. Signed-off-by: Simon Rüegg <simon@rueggs.ch>
88276b1
to
fa8ca92
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.
LGTM overall, but it would be great if you can move the variable renaming from commit 0de17c8 into a separate commit to avoid bundling unrelated stuff in a single commit. Having unrelated changes in the same commit usually leads to unnecessary confusion when trying to figure out why a change was made.
The Docker setup is very slow since it copies around a lot of files. Signed-off-by: Simon Rüegg <simon@rueggs.ch>
To also make the region optional. Signed-off-by: Simon Rüegg <simon@rueggs.ch>
To make Flake8 happy Signed-off-by: Simon Rüegg <simon@rueggs.ch>
Change the CI setup to skip docker for tox and use GitHub actions matrix build.