nats-io / nats-kafka

NATS to Kafka Bridging
Apache License 2.0
131 stars 32 forks source link

Fix CI #73

Closed nsurfer closed 2 years ago

nsurfer commented 2 years ago

Currently CI is failing to install tooling. This updates the following:

In addition, this fixes testing bugs and test flakiness.

codecov-commenter commented 2 years ago

Codecov Report

Merging #73 (44e3a92) into main (b3acb61) will decrease coverage by 1.07%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
- Coverage   67.70%   66.63%   -1.08%     
==========================================
  Files          27       28       +1     
  Lines        1790     1819      +29     
==========================================
  Hits         1212     1212              
- Misses        449      478      +29     
  Partials      129      129              
Impacted Files Coverage Δ
server/conf/conf.go 78.94% <ø> (ø)
server/kafka/consumer.go 12.50% <0.00%> (-0.50%) :arrow_down:
server/kafka/manager.go 0.00% <0.00%> (ø)
server/kafka/producer.go 20.17% <0.00%> (-1.32%) :arrow_down:
server/kafka/scram_client.go 0.00% <0.00%> (ø)

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 8fb016c...44e3a92. Read the comment docs.