Skip to content

Commit

Permalink
Add build command (#70)
Browse files Browse the repository at this point in the history
* Add makefile command
* Ignore index.py from template
  • Loading branch information
levisingularity authored Feb 15, 2024
1 parent e96a5f7 commit d14041e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ unit-tests-coverage:
integration-tests:
./scripts/run-tests.sh integration

build:
docker compose build --no-cache

pre-commit: unit-tests-coverage lint

serve:
Expand Down
4 changes: 3 additions & 1 deletion das-query-engine/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[run]
omit = tests/*
omit =
tests/*
index.py

0 comments on commit d14041e

Please sign in to comment.