-
Notifications
You must be signed in to change notification settings - Fork 207
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: versionInfo
#1407
test: versionInfo
#1407
Conversation
.intercept({ | ||
path: `/${platform}/${version}`, | ||
}) | ||
.reply(404, 'MESSAGE'); |
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.
Any arbitrary message would work as the service returns XML, which can not be parsed by the .json()
method
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1407 +/- ##
==========================================
+ Coverage 91.37% 93.20% +1.83%
==========================================
Files 4 5 +1
Lines 313 324 +11
Branches 86 85 -1
==========================================
+ Hits 286 302 +16
+ Misses 25 20 -5
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Some workflows are failing as they were not up to date on |
Add full test coverage resolving the `versionInfo`
dc7520d
to
20724b9
Compare
Add full test coverage resolving the
versionInfo