rollcage icon indicating copy to clipboard operation
rollcage copied to clipboard

Allow person data to be sent through the API

Open skuro opened this issue 4 years ago • 1 comments

Fixes #53 by allowing a :person map to be passed through the Rollbar API call, without breaking any existing API contract

skuro avatar Sep 27 '21 12:09 skuro

Codecov Report

Merging #54 (bf911de) into master (3ecd8cb) will decrease coverage by 3.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   92.20%   89.16%   -3.05%     
==========================================
  Files           4        4              
  Lines         231      240       +9     
  Branches        5        5              
==========================================
+ Hits          213      214       +1     
- Misses         13       21       +8     
  Partials        5        5              
Impacted Files Coverage Δ
src/circleci/rollcage/core.clj 87.92% <100.00%> (-3.50%) :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 8d4a9aa...bf911de. Read the comment docs.

codecov[bot] avatar Sep 27 '21 13:09 codecov[bot]