lukeed / ley

(WIP) Driver-agnostic database migrations
MIT License
259 stars 14 forks source link

Remove extraneous catch clauses #8

Closed TehShrike closed 3 years ago

TehShrike commented 3 years ago

Surfaced by eslint again – I'm pretty sure these don't do anything?

codecov-commenter commented 3 years ago

Codecov Report

Merging #8 into master will increase coverage by 0.90%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   47.16%   48.07%   +0.90%     
==========================================
  Files           2        2              
  Lines         106      104       -2     
==========================================
  Hits           50       50              
+ Misses         56       54       -2     
Impacted Files Coverage Δ
index.js 11.47% <ø> (+0.36%) :arrow_up:

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 767fd8c...003217a. Read the comment docs.

lukeed commented 3 years ago

Yeah, I think I was doing something in here originally & then just decided to forward it. Thanks~