Skip to content

Commit

Permalink
fix for #114 (#115)
Browse files Browse the repository at this point in the history
* fix for #114

* update prospector, pylint, makefile command

* revert

* loosen dependencies

* poetry lock

* additional coverage
  • Loading branch information
dannymeijer authored Nov 11, 2024
1 parent f467a78 commit f83e469
Show file tree
Hide file tree
Showing 5 changed files with 819 additions and 800 deletions.
5 changes: 3 additions & 2 deletions Makefile → makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ kafka-cluster-stop:
rm -rf /tmp/kafka-logs
endif

cov: check kafka-cluster-start
@poetry run coverage run --source=spark_expectations --omit "spark_expectations/examples/*" -m pytest && \
cov: kafka-cluster-start
-make check
@poetry run coverage run --source=spark_expectations --omit "spark_expectations/examples/*" -m pytest -v -x && \
poetry run coverage report -m && \
poetry run coverage xml

Expand Down
Loading

0 comments on commit f83e469

Please sign in to comment.