File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 60
60
tox -e ${{ matrix.toxenv }}
61
61
- name : Upload coverage to codecov
62
62
if : " contains(matrix.toxenv, '-cov')"
63
- uses : codecov/codecov-action@v1
63
+ uses : codecov/codecov-action@v2
64
64
with :
65
- file : ./coverage.xml
65
+ token : ${{ secrets.CODECOV_TOKEN }}
66
+ files : ./coverage.xml
67
+
Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ dash_component_template
6
6
.. image :: https://img.shields.io/pypi/v/dash_component_template.svg
7
7
:target: https://pypi.python.org/pypi/dash_component_template
8
8
9
+ .. image :: https://img.shields.io/badge/gh--pages-doc-brightgreen
10
+ :target: https://toltec-astro.github.io/dash_component_template
9
11
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
11
14
12
15
13
16
A framework to create reusable Dash layout.
You can’t perform that action at this time.
0 commit comments