kleros / kleros-api-DEPRECATED

A Javascript library that makes it easy to build relayers and other DApps that use the Kleros protocol. DEPRECATED use https://github.com/kleros/archon for interfacing with standard arbitration contracts.
MIT License
21 stars 15 forks source link

fix: canRule false for juror who missed vote #150

Closed satello closed 6 years ago

satello commented 6 years ago

If a juror misses their vote it should not show canRule in same session

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 713


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/contracts/implementations/arbitrator/KlerosPOC.js 0 3 0.0%
<!-- Total: 0 3 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/contracts/ContractImplementation.js 1 81.43%
src/utils/Web3Wrapper.js 4 20.83%
src/utils/EventListener.js 5 57.5%
src/contracts/implementations/arbitrable/ArbitrableTransaction.js 20 15.0%
src/resources/Notifications.js 36 4.02%
src/contracts/implementations/arbitrator/KlerosPOC.js 65 28.64%
<!-- Total: 131 -->
Totals Coverage Status
Change from base Build 711: -13.5%
Covered Lines: 420
Relevant Lines: 923

💛 - Coveralls