Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,6 @@ commands:
name: Unit Tests
command: |
pushd model-engine
GIT_TAG=$(git rev-parse HEAD) WORKSPACE=.. pytest
GIT_TAG=$(git rev-parse HEAD) WORKSPACE=.. pytest --cov --cov-report=xml
diff-cover coverage.xml --compare-branch=origin/main --fail-under=80
popd
1 change: 1 addition & 0 deletions model-engine/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ multiprocess==0.70.14
pytest==7.2.0
pytest-asyncio==0.20.1
pytest-cov==2.10.0
diff-cover==7.7.0
moto==3.1.12
coverage==5.5
mypy==1.3.0
Expand Down