Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit 2fdf033

Browse files
author
Nik
authored
update readme (#27)
1 parent 6403d8d commit 2fdf033

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed
File renamed without changes.

.github/workflows/conduit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests against Conduit API spec
1+
name: API spec
22

33
on: push
44

.github/workflows/styles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint code
1+
name: Styles
22

33
on: push
44

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pytest tests
1+
name: Tests
22

33
on: push
44

README.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
.. image:: logo.png
1+
.. image:: ./.github/assets/logo.png
22

33
|
44
5-
.. image:: https://github.com/nsidnev/fastapi-realworld-example-app/workflows/CI/badge.svg
6-
:target: https://github.com/nsidnev/fastapi-realworld-example-app
5+
.. image:: https://github.com/nsidnev/fastapi-realworld-example-app/workflows/API%20spec/badge.svg
6+
:target: https://github.com/nsidnev/fastapi-realworld-example-app
7+
8+
.. image:: https://github.com/nsidnev/fastapi-realworld-example-app/workflows/Tests/badge.svg
9+
:target: https://github.com/nsidnev/fastapi-realworld-example-app
10+
11+
.. image:: https://github.com/nsidnev/fastapi-realworld-example-app/workflows/Styles/badge.svg
12+
:target: https://github.com/nsidnev/fastapi-realworld-example-app
713

814
.. image:: https://github.com/nsidnev/fastapi-realworld-example-app/workflows/Deploy/badge.svg
9-
:target: https://frw.nsidnev.dev/
15+
:target: https://frw.nsidnev.dev/
1016

1117
.. image:: https://codecov.io/gh/nsidnev/fastapi-realworld-example-app/branch/master/graph/badge.svg
12-
:target: https://codecov.io/gh/nsidnev/fastapi-realworld-example-app
18+
:target: https://codecov.io/gh/nsidnev/fastapi-realworld-example-app
1319

1420
.. image:: https://img.shields.io/github/license/Naereen/StrapDown.js.svg
1521
:target: https://github.com/nsidnev/fastapi-realworld-example-app/blob/master/LICENSE

0 commit comments

Comments
 (0)