File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Tests
54
54
run : |
55
- pytest --mpl --color=yes --cov=mplsignal tests
55
+ pytest --mpl --color=yes --cov=mplsignal --cov-branch tests
56
56
57
57
- name : Upload coverage reports to Codecov
58
58
uses : codecov/codecov-action@v3
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
- name : Tests
108
108
run : |
109
- pytest --mpl --color=yes --cov=mplsignal tests
109
+ pytest --mpl --color=yes --cov=mplsignal --cov-branch tests
110
110
111
111
- name : Upload coverage reports to Codecov
112
112
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 1
1
[ ![ Build status] ( https://github.com/oscargus/mplsignal/workflows/Tests/badge.svg )] ( https://github.com/oscargus/mplsignal/actions?query=workflow%3ATests )
2
+ [ ![ codecov] ( https://codecov.io/gh/oscargus/mplsignal/branch/main/graph/badge.svg?token=0ICY4NEVJM )] ( https://codecov.io/gh/oscargus/mplsignal )
2
3
[ ![ License] ( https://img.shields.io/github/license/oscargus/mplsignal )] ( https://github.com/oscargus/mplsignal/blob/main/LICENSE )
3
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/mplsignal )] ( https://pypi.org/project/mplsignal/ )
4
5
[ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/oscargus/mplsignal )] ( https://github.com/oscargus/mplsignal/releases )
Original file line number Diff line number Diff line change 37
37
- ``multiplicity_props `` argument to ``plane_plots.*plane* ``-functions that allows
38
38
styling of pole/zero multiplicity texts.
39
39
- This changelog.
40
+ - Code coverage at CodeCov.
40
41
41
42
Fixed
42
43
^^^^^
You can’t perform that action at this time.
0 commit comments