File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- name : Run tests
35
35
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 2
2
3
3
Python module to convert ` JSON ` into a human readable ` HTML Table ` representation.
4
4
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 )
6
6
7
7
## Features
8
8
You can’t perform that action at this time.
0 commit comments