Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
letiziaia committed Jan 18, 2024
1 parent 47a2732 commit 88a206f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![multilayer-alignment](https://github.com/letiziaia/multilayer-alignment/actions/workflows/validate.yml/badge.svg)](https://github.com/letiziaia/multilayer-alignment/actions/workflows/validate.yml)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/letiziaia/multilayer-alignment/blob/main/LICENSE)
[![codecov](https://codecov.io/gh/letiziaia/multilayer-alignment/graph/badge.svg?token=KSXP8K5A8S)](https://codecov.io/gh/letiziaia/multilayer-alignment)

# multilayer-alignment

This repository implements an algorithm for quantifying multilayer alignment.
Expand Down Expand Up @@ -30,4 +35,4 @@ Additional issues can be found by running `python3 -m flake8 .` and `python3 -m

## Tests

This code has test coverage for python 3.8, 3.9, 3.10, and 3.11. Current test coverage is at 89%.
This code has test coverage for python 3.8, 3.9, 3.10, and 3.11.

0 comments on commit 88a206f

Please sign in to comment.