File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 branches :
1212 - ' master'
1313 - ' develop'
14- - ' feature/codecov'
1514
1615 create :
1716 branches :
4544 python -m pip install --upgrade pip
4645 pip install -r requirements.txt
4746 pip install coverage
48- # pip install codecov
4947 - name : Install PEPit
5048 run : |
5149 pip install -e .
Original file line number Diff line number Diff line change 11# PEPit: Performance Estimation in Python
22
3- [ ![ PyPI version ] ( https://badge.fury.io/py /PEPit. svg )] ( https://pypi.python.org/pypi /PEPit/ )
4- [ ![ Build Status] ( https://github.com/ PerformanceEstimation/PEPit/workflows/build/ badge.svg?branch=master&event=push )] ( https://github.com/ PerformanceEstimation/PEPit/actions )
3+ [ ![ Build Status ] ( https://github.com/PerformanceEstimation /PEPit/actions/workflows/tests.yaml/badge. svg?branch=master&event=push )] ( https://github.com/PerformanceEstimation /PEPit/actions )
4+ [ ![ Codecov Status] ( https://codecov.io/gh/ PerformanceEstimation/PEPit/branch/master/graph/ badge.svg?token=NwT4oACGS4 )] ( https://codecov.io/gh/ PerformanceEstimation/PEPit )
55[ ![ Documentation Status] ( https://readthedocs.org/projects/pepit/badge/?version=latest )] ( https://pepit.readthedocs.io/en/latest/?badge=latest )
6- [ ![ Codecov Status ] ( https://codecov. io/gh/PerformanceEstimation/ PEPit/branch/master/graph/badge .svg )] ( https://codecov.io/gh/PerformanceEstimation/ PEPit )
6+ [ ![ PyPI version ] ( https://badge.fury. io/py/ PEPit.svg )] ( https://pypi.python.org/pypi/ PEPit/ )
77[ ![ Downloads] ( https://pepy.tech/badge/pepit )] ( https://pepy.tech/project/pepit )
88[ ![ License] ( https://img.shields.io/github/license/PerformanceEstimation/PEPit.svg )] ( https://github.com/PerformanceEstimation/PEPit/blob/master/LICENSE )
99
Original file line number Diff line number Diff line change 1+ ignore :
2+ - " tests/test_*”
You can’t perform that action at this time.
0 commit comments