js-bigchaindb-driver icon indicating copy to clipboard operation
js-bigchaindb-driver copied to clipboard

Topology sorting functionality added with docs

Open michielmulders opened this issue 6 years ago • 3 comments

michielmulders avatar Jan 20 '18 23:01 michielmulders

Codecov Report

Merging #143 into master will decrease coverage by 3.79%. The diff coverage is 11.11%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #143     +/-   ##
========================================
- Coverage    82.7%   78.9%   -3.8%     
========================================
  Files          11      12      +1     
  Lines         266     275      +9     
========================================
- Hits          220     217      -3     
- Misses         46      58     +12
Impacted Files Coverage Δ
src/utils/topologySorting.js 11.11% <11.11%> (ø)
src/request.js 78.57% <0%> (-14.29%) :arrow_down:
src/baseRequest.js 72.41% <0%> (-6.9%) :arrow_down:

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 c371e3b...c941742. Read the comment docs.

codecov-io avatar Jan 20 '18 23:01 codecov-io

Ok I see, I have to create a test for this.

michielmulders avatar Jan 23 '18 16:01 michielmulders

Also, are you planning to add some tests for the topologySorting.js functions ?

future-is-present avatar Feb 02 '18 12:02 future-is-present