gravity9-tech / mongo-cse

Mongo Change Stream Enhancer divides Change Stream events into partitions and enables you to handle them in separate Threads, increasing throughput. It achieves that by creating a Change Stream per each partition (number is configurable) and handling each Change Stream in a dedicated Thread.
3 stars 1 forks source link

Add coverage and quality report to build artifacts #46

Closed meehaws closed 6 months ago

meehaws commented 8 months ago

Please add code coverage reports and spot bugs/static code analysis results into artefacts.

BartekGravity commented 6 months ago

Fixed in #47