Closed MonkAlex closed 6 years ago
Merging #109 into master will increase coverage by
<.01%
. The diff coverage is77.2%
.
@@ Coverage Diff @@
## master #109 +/- ##
==========================================
+ Coverage 76.11% 76.12% +<.01%
==========================================
Files 127 175 +48
Lines 3425 6562 +3137
Branches 326 500 +174
==========================================
+ Hits 2607 4995 +2388
- Misses 671 1342 +671
- Partials 147 225 +78
Impacted Files | Coverage Δ | |
---|---|---|
Tests/Tests.Entities/Manga/ReadmangaMoved.cs | 94.73% <ø> (+0.61%) |
:arrow_up: |
Tests/Tests.Convertation/1.12/Convert.cs | 100% <ø> (ø) |
:arrow_up: |
Tests/Tests.Convertation/1.20/Convert.cs | 100% <ø> (ø) |
:arrow_up: |
MangaReader.Core/ISiteParser.cs | 100% <ø> (ø) |
:arrow_up: |
MangaReader.Core/NHibernate/SaveOrUpdateEvent.cs | 50% <0%> (ø) |
:arrow_up: |
MangaReader.Core/Services/Page.cs | 44.59% <0%> (+6.59%) |
:arrow_up: |
MangaReader.Core/Loader.cs | 55.1% <0%> (-1.66%) |
:arrow_down: |
MangaReader.Core/Services/Log.cs | 88.23% <0%> (-3.82%) |
:arrow_down: |
Tests/Tests.Entities/Environment.cs | 92.03% <100%> (-1.56%) |
:arrow_down: |
MangaReader.Core/ApplicationControl/Server.cs | 100% <100%> (+70%) |
:arrow_up: |
... and 199 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8ad750d...4bb3f5f. Read the comment docs.
Search work now:
Library styles init:
https://github.com/AvaloniaUI/oxyplot-avalonia/blob/master/Source/OxyPlot.Avalonia/OxyPlotModule.cs#L13 You need to make sure that it's loaded on initialization though We currently don't analyze dependency graph
Can be merged to master, pr has only new reference to asyncenumerable.
Before merge to master:
[x] Check pipe messages
[x] Refactor Search API (hard for reading now)
[x] EventLog vs Console for windows build. Hide console?
[x] uri shema in parsers, converters? check acomics and grouple
[x] Description for manga -- actualize tests, maybe converter?
Branch for work on #95