icon-bridge icon indicating copy to clipboard operation
icon-bridge copied to clipboard

fix: do not lowercase address

Open izyak opened this issue 1 year ago • 1 comments

Closes #ISSUE-NUMBER

Checklist:

  • [x] I have performed a self-review of my own code
  • [ ] I have documented my code in accordance with the documentation guidelines
  • [ ] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have run the unit tests
  • [x] I only have one commit (if not, squash them into one commit).
  • [x] I have a descriptive commit message that adheres to the commit message guidelines

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

izyak avatar Jul 25 '23 06:07 izyak

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 36.43%. Comparing base (43e7ce3) to head (720f905). Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #870      +/-   ##
============================================
+ Coverage     36.39%   36.43%   +0.04%     
  Complexity      811      811              
============================================
  Files           125      125              
  Lines         12061    12061              
  Branches       1091     1091              
============================================
+ Hits           4389     4394       +5     
+ Misses         7332     7327       -5     
  Partials        340      340              
Files with missing lines Coverage Δ
.../java/foundation/icon/btp/bts/BTPTokenService.java 82.98% <100.00%> (ø)
...main/java/foundation/icon/btp/bts/BlacklistDB.java 74.46% <100.00%> (ø)

... and 1 file with indirect coverage changes

codecov[bot] avatar Jul 25 '23 06:07 codecov[bot]