File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2222 pipenv install --dev
2323 - name : Run tests
2424 run : pipenv run pytest
25+ - name : Report coverage
26+ run : pipenv run codecov
27+ env :
28+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ pytest-cov = "*"
99
1010[packages ]
1111python-barcode = {editable = true ,path = " ." }
12+ pytest-cov = " *"
13+ codecov = " *"
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ python-barcode
55 :target: https://github.com/WhyNotHugo/python-barcode/actions
66 :alt: CI status
77
8+ .. image :: https://codecov.io/gh/WhyNotHugo/python-barcode/branch/master/graph/badge.svg
9+ :target: https://codecov.io/gh/WhyNotHugo/python-barcode
10+ :alt: Build coverage
11+
812.. image :: https://readthedocs.org/projects/python-barcode/badge/
913 :target: https://python-barcode.rtfd.org/
1014 :alt: documentation
You can’t perform that action at this time.
0 commit comments