circleci / rollcage

A Clojure client for Rollbar
Eclipse Public License 1.0
52 stars 26 forks source link

Pass the original exception to result-fn #18

Closed marcomorain closed 7 years ago

marcomorain commented 7 years ago

To make auditing and monitoring easier, we now pass the reported Throwable to the result-fn.

Changes:

codecov[bot] commented 7 years ago

Codecov Report

Merging #18 into master will increase coverage by 0.7%. The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #18     +/-   ##
=========================================
+ Coverage   94.36%   95.07%   +0.7%     
=========================================
  Files           2        2             
  Lines         142      142             
  Branches        5        5             
=========================================
+ Hits          134      135      +1     
+ Misses          3        2      -1     
  Partials        5        5
Impacted Files Coverage Δ
src/circleci/rollcage/core.clj 94.73% <92.3%> (+0.75%) :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 c14fc11...ecd2f9f. Read the comment docs.