File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed
Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 11# MiSTree
22
3- Author: Krishna Naidoo
4- Version: 1.2.0
5- Homepage: https://github.com/knaidoo29/mistree
6- Documentation: https://knaidoo29.github.io/mistreedoc/
73
8- [ ![ Build Status] ( https://travis-ci.org/knaidoo29/mistree.svg?branch=master )] ( https://travis-ci.org/knaidoo29/mistree ) [ ![ codecov] ( https://codecov.io/gh/knaidoo29/mistree/branch/master/graph/badge.svg )] ( https://codecov.io/gh/knaidoo29/mistree ) [ ![ PyPI version] ( https://badge.fury.io/py/mistree.svg )] ( https://badge.fury.io/py/mistree ) [ ![ status] ( https://joss.theoj.org/papers/461d79e9e5faf21029c0a7b1c928be28/status.svg )] ( https://joss.theoj.org/papers/461d79e9e5faf21029c0a7b1c928be28 ) [ ![ DOI] ( https://zenodo.org/badge/170473458.svg )] ( https://zenodo.org/badge/latestdoi/170473458 ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT ) [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/knaidoo29/mistree/master?filepath=tutorials%2Fnotebooks%2F )
9- [ ![ ascl] ( https://img.shields.io/badge/ascl-1910.016-blue.svg?colorB=262255 )] ( http://ascl.net/1910.016 )
4+ [](https://img.shields.io/badge/Version-2.0.0-green) [](https://badge.fury.io/py/mistree) [](https://img.shields.io/badge/Python-3.7%20|%203.8%20|%203.9-blue) [](https://github.com/knaidoo29/mistree/actions/workflows/python-package.yml) [](https://github.com/knaidoo29/mistree/actions/workflows/python-package_macos.yml) [](https://github.com/knaidoo29/mistree/actions/workflows/python-package_windows.yml) [](https://codecov.io/gh/knaidoo29/mistree) [](https://opensource.org/licenses/MIT) [](https://joss.theoj.org/papers/461d79e9e5faf21029c0a7b1c928be28) [](http://ascl.net/1910.016) [](https://zenodo.org/badge/latestdoi/170473458) [](https://mybinder.org/v2/gh/knaidoo29/mistree/master?filepath=tutorials%2Fnotebooks%2F)
105
116## Introduction
127
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ pip install coverage
4+ pip install coverage-badge
5+
6+ coverage run -m pytest
7+ coverage-badge -o coverage.svg
You can’t perform that action at this time.
0 commit comments