Skip to content
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

Improve the Makefile #694

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

fpgmaas
Copy link

@fpgmaas fpgmaas commented Jul 3, 2024

Changes

Some simple changes to the Makefile to make it a bit more user friendly. Running make help will show:

dev                  Create virtual environment and install development dependencies.
install              Install the package.
fmt                  Format the code in 'databricks' and 'tests' directories.
fmte                 Format the code in 'examples' directory.
lint                 Lint the code in 'databricks' directory.
test                 Run unit tests.
integration          Run integration tests.
benchmark            Run benchmark tests.
coverage             Generate and open the coverage report.
dist                 Build distribution packages.
clean                Clean up build artifacts.
help                 Show help for the commands.

Tests

  • make test run locally
  • make fmt applied
  • [n/a] relevant integration tests applied

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.

1 participant