FundingCircle / jackdaw

A Clojure library for the Apache Kafka distributed streaming platform.
https://fundingcircle.github.io/jackdaw/
BSD 3-Clause "New" or "Revised" License
369 stars 80 forks source link

Add type hint to fix reflection warning #213

Closed madstap closed 4 years ago

madstap commented 4 years ago

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #213 into master will decrease coverage by 0.38%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   79.76%   79.37%   -0.39%     
==========================================
  Files          42       42              
  Lines        2570     2570              
  Branches      150      150              
==========================================
- Hits         2050     2040      -10     
- Misses        370      380      +10     
  Partials      150      150
Impacted Files Coverage Δ
src/jackdaw/client.clj 79.72% <100%> (ø) :arrow_up:
src/jackdaw/serdes/edn2.clj 45.45% <0%> (-45.46%) :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 c791b0f...4689e82. Read the comment docs.