-
Notifications
You must be signed in to change notification settings - Fork 429
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
fix: Move tests to unit #2987
fix: Move tests to unit #2987
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2987 +/- ##
==========================================
- Coverage 95.57% 95.57% -0.01%
==========================================
Files 1015 1015
Lines 29481 29480 -1
==========================================
- Hits 28176 28175 -1
Misses 1305 1305 ☔ 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
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingChanges
Moved and refactored tests in the
app
,app_analytics
, andaudit
directories to the unit test directory. Note that @matthewelwell asked that I don't refactor tests as I move them since it complicates merges, so this is an exception.How did you test this code?
Ran the tests locally after refactoring and moving.