trustlines-protocol / relay

MIT License
8 stars 7 forks source link

Report e2e tests code coverage #561

Closed cducrest closed 3 years ago

cducrest commented 3 years ago

Requires https://github.com/trustlines-protocol/end2end/pull/37 (right now it points to this branch in the circleci config, but once merged I'll point back to master) You can see the new fancy coverage report there: https://codecov.io/gh/trustlines-protocol/relay/list/592316de12e346ede03f56514e23ca1f4c6bc2df/

codecov[bot] commented 3 years ago

Codecov Report

Merging #561 (592316d) into master (27b8776) will increase coverage by 23.52%. The diff coverage is 82.21%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #561       +/-   ##
===========================================
+ Coverage   61.87%   85.39%   +23.52%     
===========================================
  Files          55       55               
  Lines        4275     4527      +252     
===========================================
+ Hits         2645     3866     +1221     
+ Misses       1630      661      -969     
Impacted Files Coverage Δ
src/relay/config/schema.py 80.41% <ø> (-0.14%) :arrow_down:
src/relay/main.py 46.06% <41.17%> (+13.19%) :arrow_up:
src/relay/events.py 96.96% <50.00%> (+38.90%) :arrow_up:
src/relay/web3provider.py 59.37% <66.66%> (+23.89%) :arrow_up:
src/relay/pushservice/pushservice.py 67.50% <67.74%> (+35.55%) :arrow_up:
src/relay/ethindex_db/events_informations.py 86.66% <78.32%> (+62.22%) :arrow_up:
src/relay/blockchain/delegate.py 90.65% <80.00%> (+2.41%) :arrow_up:
src/relay/blockchain/currency_network_events.py 98.18% <83.33%> (+0.22%) :arrow_up:
src/relay/api/resources.py 86.82% <85.71%> (+42.93%) :arrow_up:
src/relay/relay.py 75.79% <88.63%> (+44.09%) :arrow_up:
... and 40 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 3a53fe7...a82f5e0. Read the comment docs.