Skip to content

Commit 63e17b5

Browse files
committed
update readme
1 parent 73f3000 commit 63e17b5

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run:
3939
working-directory: python
4040
if: github.ref == 'refs/heads/master'
41-
name: npm upload
41+
name: pypi upload
4242
steps:
4343
- uses: actions/checkout@v3
4444
- name: setup

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
.. image:: ./covertable.png
22
:alt: covertable logo
33

4-
5-
.. image:: https://circleci.com/gh/walkframe/covertable.svg?style=shield
6-
:target: https://circleci.com/gh/walkframe/covertable
7-
84
Time is limited.
95

106
It is not realistic to create a test case that satisfies all the multiple factors,
@@ -19,13 +15,18 @@ Now it has 2 implementations.
1915

2016
- .. image:: https://badge.fury.io/py/covertable.svg
2117
:target: https://badge.fury.io/py/covertable
18+
- .. image:: https://github.com/walkframe/covertable/actions/workflows/python.yaml/badge.svg
19+
:target: https://github.com/walkframe/covertable/actions/workflows/python.yaml
2220
- `README <https://github.com/walkframe/covertable/blob/master/python/README.rst>`__
2321
- `Code <https://github.com/walkframe/covertable/tree/master/python>`__
2422

23+
2524
:TypeScript:
2625

2726
- .. image:: https://badge.fury.io/js/covertable.svg
2827
:target: https://badge.fury.io/js/covertable
28+
- .. image:: https://github.com/walkframe/covertable/actions/workflows/typescript.yaml/badge.svg
29+
:target: https://github.com/walkframe/covertable/actions/workflows/typescript.yaml
2930
- `README <https://github.com/walkframe/covertable/blob/master/typescript/README.md>`__
3031
- `Code <https://github.com/walkframe/covertable/tree/master/typescript>`__
3132

python/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. image:: https://badge.fury.io/py/covertable.svg
22
:target: https://badge.fury.io/py/covertable
33

4-
.. image:: https://circleci.com/gh/walkframe/covertable.svg?style=shield
5-
:target: https://circleci.com/gh/walkframe/covertable
4+
.. image:: https://github.com/walkframe/covertable/actions/workflows/python.yaml/badge.svg
5+
:target: https://github.com/walkframe/covertable/actions/workflows/python.yaml
66

77
.. image:: https://codecov.io/gh/walkframe/covertable/branch/master/graph/badge.svg
88
:target: https://codecov.io/gh/walkframe/covertable

typescript/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![npm version](https://badge.fury.io/js/covertable.svg)](https://badge.fury.io/js/covertable)
2+
[![Workflow](https://github.com/walkframe/covertable/actions/workflows/typescript.yaml/badge.svg)](https://github.com/walkframe/covertable/actions/workflows/typescript.yaml)
23
[![CircleCI](https://circleci.com/gh/walkframe/covertable.svg?style=shield)](https://circleci.com/gh/walkframe/covertable)
34
[![codecov](https://codecov.io/gh/walkframe/covertable/branch/master/graph/badge.svg)](https://codecov.io/gh/walkframe/covertable)
45

0 commit comments

Comments
 (0)