Psychedelic / dank

Dank - The Internet Computer Decentralized Bank - A collection of Open Internet Services - Including the Cycles Token (XTC)
GNU General Public License v3.0
58 stars 27 forks source link

Migrate from IcCDK to IcKit #28

Closed qti3e closed 3 years ago

qti3e commented 3 years ago

This pull request removes the usage of ic_cdk in the codebase and replaces it with ic_kit to allow more unit testing in future.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1218106429


Changes Missing Coverage Covered Lines Changed/Added Lines %
xtc/src/meta.rs 0 1 0.0%
xtc/src/lib.rs 0 2 0.0%
xtc/src/history.rs 0 5 0.0%
piggy-bank/src/lib.rs 43 49 87.76%
xtc/src/stats.rs 6 13 46.15%
xtc/src/upgrade.rs 0 14 0.0%
xtc/src/management.rs 0 19 0.0%
xtc/src/ledger.rs 1 39 2.56%
xtc/src/cycles_wallet.rs 0 60 0.0%
<!-- Total: 50 202 24.75% -->
Files with Coverage Reduction New Missed Lines %
piggy-bank/src/lib.rs 4 76.47%
xtc/src/stats.rs 8 49.21%
xtc/src/history.rs 17 0%
xtc/src/upgrade.rs 17 0%
xtc/src/management.rs 20 0%
xtc/src/ledger.rs 36 35.0%
xtc/src/cycles_wallet.rs 56 0%
<!-- Total: 158 -->
Totals Coverage Status
Change from base Build 1206028844: 10.0%
Covered Lines: 1148
Relevant Lines: 2742

💛 - Coveralls
kanej commented 3 years ago

I am getting an error on deploying piggy-bank:

image