-
Notifications
You must be signed in to change notification settings - Fork 326
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
test: Fix two failing fun tests #8634
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8634 +/- ##
=========================================
Coverage 67.97% 67.98%
Complexity 1005 1005
=========================================
Files 244 244
Lines 7844 7787 -57
Branches 876 876
=========================================
- Hits 5332 5294 -38
+ Misses 2129 2110 -19
Partials 383 383
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Can I push an update for |
This comment was marked as outdated.
This comment was marked as outdated.
I meanwhile combined them in this PR. |
@@ -25,10 +25,12 @@ import io.kotest.matchers.result.shouldBeSuccess | |||
import io.kotest.matchers.shouldBe | |||
|
|||
import java.time.Instant | |||
import kotlinx.serialization.encodeToString |
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.
Left-overs.
clients/osv/src/funTest/assets/vulnerabilities-by-commit-expected-result.json
Show resolved
Hide resolved
Signed-off-by: Frank Viernau <[email protected]>
Signed-off-by: Frank Viernau <[email protected]>
No description provided.