alexklibisz / elastiknn

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.

Home Page:https://alexklibisz.github.io/elastiknn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate with Coveralls for test coverage

alexklibisz opened this issue · comments

Background

I'd like to be able to track and visualize code coverage for large changes.
Coveralls seems like a good first option to try: they have a free open-source tier, and the
sbt-scoverage plugin supports integration (https://github.com/scoverage/sbt-scoverage#coveralls).

Deliverables

  • Scoverage for test coverage on PRs
  • Integration with coveralls to link from PRs to coveralls reports

Related Issues

No response