-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests fixes #204
Unit tests fixes #204
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #204 +/- ##
=======================================
Coverage 93.09% 93.09%
=======================================
Files 56 56
Lines 3243 3243
Branches 665 665
=======================================
Hits 3019 3019
Misses 137 137
Partials 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
3 tests started failing with
=========================== short test summary info ============================
ERROR tests/decorators/test_dapr.py
ERROR tests/decorators/test_decorators.py
ERROR tests/decorators/test_function_app.py
E ModuleNotFoundError: No module named 'tests'
Changes:
python -m pip install pytest-cov
from ci pipeline since its already in .[dev]