File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : Run tests
3535 run : coverage run --source=json2html setup.py test
36+
37+ - name : Upload coverage to Codecov
38+ uses : codecov/codecov-action@v3
39+ env :
40+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
41+ with :
42+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 22
33Python module to convert ` JSON ` into a human readable ` HTML Table ` representation.
44
5- ![ Latest Version] ( https://img.shields.io/pypi/v/json2html.svg ) ![ Downloads] ( https://img.shields.io/pypi/dm/json2html.svg ) [ ![ CI] ( https://github.com/softvar/json2html/workflows/CI/badge.svg?branch=master )] ( https://github.com/softvar/json2html/actions?query=workflow%3ACI )
5+ ![ Latest Version] ( https://img.shields.io/pypi/v/json2html.svg ) ![ Downloads] ( https://img.shields.io/pypi/dm/json2html.svg ) [ ![ CI] ( https://github.com/softvar/json2html/workflows/CI/badge.svg?branch=master )] ( https://github.com/softvar/json2html/actions?query=workflow%3ACI ) [ ![ codecov ] ( https://codecov.io/gh/softvar/json2html/branch/master/graph/badge.svg?token= )] ( https://codecov.io/gh/softvar/json2html )
66
77## Features
88
You can’t perform that action at this time.
0 commit comments