Skip to content

Commit 466ce34

Browse files
committed
Integrating codecov and add 2 badges: actions and codecov
1 parent 800145d commit 466ce34

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
branches:
1212
- 'master'
1313
- 'develop'
14-
- 'feature/codecov'
1514

1615
create:
1716
branches:
@@ -45,7 +44,6 @@ jobs:
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 .

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

codecov.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- "tests/test_*”

0 commit comments

Comments
 (0)