Skip to content

Commit ce30a1d

Browse files
authored
[dev] update GitHub Badge (#281)
* seperate CI category * seperate CI category * seperate CI category * seperate CI category * seperate CI category * seperate CI category * seperate CI category * update & add new badges * remove branch specific
1 parent 29dae3f commit ce30a1d

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is GitHub Action for cross platform building
2-
name: CI
2+
name: build
33
on:
44
pull_request:
55
branches: [master]

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is GitHub Action for linting and security check
2-
name: CI
2+
name: check
33
on:
44
pull_request:
55
branches: [master]

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is GitHub Action for tests
2-
name: CI
2+
name: test
33
on:
44
pull_request:
55
branches: [master]

README.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ Scrapy-Redis
1212
.. image:: https://img.shields.io/pypi/pyversions/scrapy-redis.svg
1313
:target: https://pypi.python.org/pypi/scrapy-redis
1414

15-
.. image:: https://github.com/rmax/scrapy-redis/actions/workflows/builds.yml/badge.svg?branch=master
15+
.. image:: https://github.com/rmax/scrapy-redis/actions/workflows/builds.yml/badge.svg
1616
:target: https://github.com/rmax/scrapy-redis/actions/workflows/builds.yml
17-
17+
18+
.. image:: https://github.com/rmax/scrapy-redis/actions/workflows/checks.yml/badge.svg
19+
:target: https://github.com/rmax/scrapy-redis/actions/workflows/checks.yml
20+
21+
.. image:: https://github.com/rmax/scrapy-redis/actions/workflows/tests.yml/badge.svg
22+
:target: https://github.com/rmax/scrapy-redis/actions/workflows/tests.yml
23+
1824
.. image:: https://codecov.io/github/rmax/scrapy-redis/coverage.svg?branch=master
1925
:alt: Coverage Status
2026
:target: https://codecov.io/github/rmax/scrapy-redis

0 commit comments

Comments
 (0)