circleci / rollcage

A Clojure client for Rollbar
Eclipse Public License 1.0
50 stars 28 forks source link

Allow person data to be sent through the API #54

Open skuro opened 2 years ago

skuro commented 2 years ago

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

codecov[bot] commented 2 years ago

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.