Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Oct 19, 2023
1 parent d531e34 commit 308fb5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[run]
omit =
src/clients/CatalogClient.py
src/clients/baseclient.py
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
# Helper script to run tests

PYTHONPATH=.:src pipenv run pytest --ignore=src/clients/CatalogClient.py --ignore=src/clients/baseclient.py --cov=src --cov-report term-missing --cov-fail-under=99 --cov-report=xml:coverage.xml -W ignore::DeprecationWarning test
PYTHONPATH=.:src pipenv run pytest --cov=src --cov-report term-missing --cov-fail-under=99 --cov-report=xml:coverage.xml -W ignore::DeprecationWarning test

0 comments on commit 308fb5b

Please sign in to comment.