-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add tests for Docker build #1307
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1307 +/- ##
==========================================
+ Coverage 62.51% 63.37% +0.85%
==========================================
Files 112 109 -3
Lines 3391 3421 +30
Branches 591 584 -7
==========================================
+ Hits 2120 2168 +48
+ Misses 1079 1066 -13
+ Partials 192 187 -5 ☔ View full report in Codecov by Sentry. |
Seems like we can't use It fails when using windows-latest: It fails when using macos-latest: |
Monika Pull Request (PR)
What feature/issue does this PR add
This PR will solve #1306
How did you implement / how did you fix it
How to test