Skip to content

Commit 2487781

Browse files
authored
Remove CircleCI from package (#204)
* Remove CircleCI from package * fix typo * Revert codecov in readme
1 parent 06d9489 commit 2487781

2 files changed

Lines changed: 8 additions & 22 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Wagtail StreamForms
22
===================
33

4-
|CircleCI| |Codecov|
4+
|tests| |Codecov| |pypi| |github|
55

66
Allows you to build forms in the CMS admin area and add them to any StreamField in your site.
77
You can add your own fields along with the vast array of default fields which include the likes
@@ -90,7 +90,12 @@ Create yourself a superuser
9090
9191
Go to http://127.0.0.1:8000
9292

93-
.. |CircleCI| image:: https://circleci.com/gh/labd/wagtailstreamforms/tree/master.svg?style=svg
94-
:target: https://circleci.com/gh/labd/wagtailstreamforms/tree/master
93+
.. |tests| image:: https://github.com/labd/wagtailstreamforms/workflows/Python%20Tests/badge.svg
94+
:target: https://github.com/labd/wagtailstreamforms/actions?query=workflow%3A%22Python+Tests%22
9595
.. |Codecov| image:: https://codecov.io/gh/labd/wagtailstreamforms/branch/master/graph/badge.svg
9696
:target: https://codecov.io/gh/labd/wagtailstreamforms
97+
.. |pypi| image:: https://img.shields.io/pypi/v/wagtailstreamforms.svg
98+
:target: https://pypi.org/project/wagtailstreamforms/
99+
.. |github| image:: https://img.shields.io/github/stars/labd/wagtailstreamforms.svg?style=social&logo=github
100+
:target: https://github.com/labd/wagtailstreamforms/stargazers
101+

0 commit comments

Comments
 (0)