firoorg / ztm

A REST service running on top of Zcoin Exodus to provides rich and easy to use APIs for managing the token
https://ztm.readthedocs.io
MIT License
4 stars 3 forks source link

Increase timeout for Ztm.Threading.Tests.TimerSchedulers.ThreadPoolSchedulerTests.Schedule_WithNonNullPeriod_ShouldNotOneShot #149

Closed thebevrishot closed 4 years ago

thebevrishot commented 4 years ago

closes https://github.com/zcoinofficial/ztm/issues/140

codecov[bot] commented 4 years ago

Codecov Report

Merging #149 into master will increase coverage by 2.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   46.49%   48.56%   +2.07%     
==========================================
  Files         142      154      +12     
  Lines        6478     7795    +1317     
==========================================
+ Hits         3012     3786     +774     
- Misses       3440     3974     +534     
- Partials       26       35       +9
Impacted Files Coverage Δ
src/Ztm.Data.Entity/Contexts/MainDatabase.cs 100% <0%> (ø) :arrow_up:
src/Ztm.WebApi/Startup.cs 0% <0%> (ø) :arrow_up:
src/Ztm.WebApi/ControllerBaseExtensions.cs 100% <0%> (ø) :arrow_up:
src/Ztm.Zcoin.Watching/Watcher.cs 100% <0%> (ø) :arrow_up:
...y.Postgres/Migrations/MainDatabaseModelSnapshot.cs 0% <0%> (ø) :arrow_up:
src/Ztm.Data.Entity.Testing/TestMainDatabase.cs 100% <0%> (ø) :arrow_up:
src/Ztm.Data.Entity.Postgres/MainDatabase.cs 0% <0%> (ø) :arrow_up:
src/Ztm.WebApi/Callbacks/CallbackResult.cs 100% <0%> (ø)
...c/Ztm.WebApi/Callbacks/EntityCallbackRepository.cs 100% <0%> (ø)
...tm.WebApi/Watchers/TransactionConfirmation/Rule.cs 100% <0%> (ø)
... and 10 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 815391a...96563b5. Read the comment docs.