Skip to content

Commit

Permalink
combining coverage folder pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed Jul 22, 2024
1 parent 4254b87 commit 83cdd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test:

@if [ "$(Coverage)" = "True" ]; then \
rm -rf coverage_reports/unit_tests.coverage; \
COVERAGE_FILE=coverage_reports/unit_tests.coverage coverage run --rcfile=tests.coveragerc -m pytest . --ignore=integration -rf -v; \
COVERAGE_FILE=coverage_reports/unit_tests.coverage coverage run --rcfile=tests.coveragerc -m pytest --ignore=integration -rf -v .; \
echo "unit test coverage report:"; \
COVERAGE_FILE=coverage_reports/unit_tests.coverage coverage report --rcfile=tests.coveragerc; \
else \
Expand Down
2 changes: 1 addition & 1 deletion tests.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ omit =
*/integration/*
test_*

relative_files = True
relative_files = True

0 comments on commit 83cdd30

Please sign in to comment.