-
Notifications
You must be signed in to change notification settings - Fork 4
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
187809206 add tolerance statements #2402
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2402 +/- ##
==========================================
+ Coverage 85.91% 86.01% +0.10%
==========================================
Files 736 736
Lines 37816 37816
Branches 9623 9623
==========================================
+ Hits 32489 32528 +39
+ Misses 5022 4986 -36
+ Partials 305 302 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
collaborative-learning Run #13754
Run Properties:
|
Project |
collaborative-learning
|
Branch Review |
187809206-add-tolerance-statements
|
Run status |
Passed #13754
|
Run duration | 01m 42s |
Commit |
f02af9484e: Merge branch 'master' into 187809206-add-tolerance-statements
|
Committer | Natalya St. Clair |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
1
|
View all changes introduced in this branch ↗︎ |
a48ba9e
to
aeead05
Compare
3a64a52
to
f002638
Compare
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.
This looks great 👍
Pull Request: Fix for Automation Issue
PT #187809206
Summary:
This PR addresses the automation issue by adding tolerance statements to improve the accuracy of the test. The issue was resolved by implementing a
.to.be.closeTo
comparison.Changes:
.to.be.closeTo
comparison for verifying point positions.