Skip to content

Commit

Permalink
fix: omit folders for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Nov 13, 2024
1 parent ab56e37 commit cf996d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python-quality-test:
run-tests: python-test python-quality-test

run-integration-tests: install-dev-dependencies
pytest -rPf ./eox_core --ignore-glob='**/unit/*' --ignore-glob='**/edxapp_wrapper/*'
pytest -rPf ./eox_core --ignore-glob='**/unit/*' --ignore-glob='**/edxapp_wrapper/*' --ignore-glob='**/api/v1/*'

upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ data_file = .coverage
omit =
venv/*
*/backends/*
*/edxapp_wrapper/*
*/tests/*
*/settings/*
node_modules/*
.tox/*
./setup.py
Expand Down

0 comments on commit cf996d8

Please sign in to comment.