-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Web application example -- tidy up repository #44
Conversation
Codecov ReportBase: 92.68% // Head: 92.73% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #44 +/- ##
==========================================
+ Coverage 92.68% 92.73% +0.04%
==========================================
Files 121 121
Lines 6962 6974 +12
==========================================
+ Hits 6453 6467 +14
+ Misses 509 507 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…r item spec errors. This is needed as `ItemSpec`s may have different kinds of errors, and `E` should still be application specific.
4a168a0
to
f02e00c
Compare
The type parameter is necessary to allow multiple instances of `FileDownloadItemSpec` to be used, where each is able to fetch unique file download parameters.
db92ebe
to
6793a1e
Compare
3d22e57
to
184eab1
Compare
184eab1
to
c97b438
Compare
Some work towards #35.