Created
March 8, 2023 20:17
-
-
Save Mishco/f48d5c71500156038b9d0685d544710b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.9" | |
services: | |
test: | |
environment: | |
- PYTHONPATH=./src | |
image: "sparktest" | |
build: | |
context: . | |
dockerfile: ./Dockerfile | |
volumes: | |
- ./our_current_project:/app | |
command: python3 -m coverage run --source=. -m pytest -v test/ && coverage report && coverage xml && cat coverage.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment