Skip to content

Commit

Permalink
Touch coverage.xml before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kelp committed Jun 3, 2024
1 parent 0ec86d9 commit dcc8f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build_with_version: create_empty_secret

.PHONY: test_with_version
test_with_version: build_with_version assets
touch OpenOversight/tests/coverage.xml
docker-compose run --rm web-test pytest --cov=OpenOversight --cov-report xml:OpenOversight/tests/coverage.xml --doctest-modules -n 4 --dist=loadfile -v OpenOversight/tests/

# Run containers
Expand Down

0 comments on commit dcc8f27

Please sign in to comment.