Skip to content

Commit 115c6f0

Browse files
committedNov 11, 2021
update readme
1 parent d82cc69 commit 115c6f0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
 

‎.github/workflows/ci_tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
tox -e ${{ matrix.toxenv }}
6161
- name: Upload coverage to codecov
6262
if: "contains(matrix.toxenv, '-cov')"
63-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v2
6464
with:
65-
file: ./coverage.xml
65+
token: ${{ secrets.CODECOV_TOKEN }}
66+
files: ./coverage.xml
67+

‎README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ dash_component_template
66
.. image:: https://img.shields.io/pypi/v/dash_component_template.svg
77
:target: https://pypi.python.org/pypi/dash_component_template
88

9+
.. image:: https://img.shields.io/badge/gh--pages-doc-brightgreen
10+
:target: https://toltec-astro.github.io/dash_component_template
911

10-
.. image:: https://github.com/toltec-astro/dash_component_template/actions/workflows/ci_tests/badge.svg
12+
.. image:: https://github.com/toltec-astro/dash_component_template/actions/workflows/ci_tests.yml/badge.svg
13+
:target: https://github.com/toltec-astro/dash_component_template/actions/workflows/ci_tests.yml
1114

1215

1316
A framework to create reusable Dash layout.

0 commit comments

Comments
 (0)