We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f4d1c commit 99dc37fCopy full SHA for 99dc37f
training/Makefile
@@ -18,3 +18,6 @@ train-dataset2-model3:
18
# Add warm-up to the model to load the model into memory after
19
# starting the Serving API container
20
poetry run python warm_up.py ../dataset/sqli_dataset2.csv ../sqli_model/3 true
21
+
22
+test:
23
+ @poetry run pytest --cov=training --cov-report term --cov-report lcov:coverage.lcov -vv
0 commit comments