Skip to content

Commit

Permalink
Add status badges to README (#40)
Browse files Browse the repository at this point in the history
* DEV: Run tests on merging to main branch

* DOC: Add badges

* FIX: YAML syntax (hopefully)
  • Loading branch information
jvkersch authored Oct 3, 2022
1 parent 79e8cb4 commit b72bcbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Tests

on:
pull_request
pull_request:
push:
branches:
- master

jobs:
tests:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
vpsearch - Fast Vantage-Point Tree Search for Sequence Databases
----------------------------------------------------------------

[![PyPI version](https://badge.fury.io/py/vpsearch.svg)](https://badge.fury.io/py/vpsearch)
![Tests status](https://github.com/enthought/vpsearch/actions/workflows/run-tests.yaml/badge.svg?event=push)

This is a package for indexing and querying a sequence database for fast
nearest-neighbor search by means of [vantage point
trees](https://en.wikipedia.org/wiki/Vantage-point_tree). For reasonably large
Expand Down

0 comments on commit b72bcbd

Please sign in to comment.