MatthijsKok / TI2806-Contextproject

GNU Lesser General Public License v3.0
0 stars 0 forks source link

[WIP] Add Transaction Parser to handle Challenges and Responses. #127

Closed MatthijsKok closed 7 years ago

MatthijsKok commented 7 years ago

Will add tests

joskuijpers commented 7 years ago

Please rebase this on develop to get the working builds and code coverage. Also make sure the coverage does not go down (and preferably up).

codecov[bot] commented 7 years ago

Codecov Report

Merging #127 into develop will decrease coverage by 1.97%. The diff coverage is 0%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #127      +/-   ##
=============================================
- Coverage      39.97%   37.99%   -1.98%     
  Complexity         3        3              
=============================================
  Files             37       39       +2     
  Lines            768      808      +40     
  Branches          49       60      +11     
=============================================
  Hits             307      307              
- Misses           445      485      +40     
  Partials          16       16
Impacted Files Coverage Δ Complexity Δ
...delft/ewi/ds/bankchain/bank/TransactionParser.java 0% <0%> (ø) 0 <0> (?)
...tudelft/ewi/ds/bankchain/cryptography/ED25519.java 50% <0%> (-6.53%) 0 <0> (ø)
.../ds/bankchain/bank/bunq/BunqTransactionParser.java 0% <0%> (ø) 0 <0> (?)
...delft/ewi/ds/bankchain/cryptography/Challenge.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...udelft/ewi/ds/bankchain/cryptography/Response.java 0% <0%> (ø) 0 <0> (ø) :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 15ace29...8d9e50a. Read the comment docs.