Skip to content

Commit a71b580

Browse files
committed
update badge in readme to use github actions results
1 parent b2adf6d commit a71b580

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ A modern, browser-based frontend to gdb (gnu debugger)
77
</h3>
88

99
<p align="center">
10-
<a href="https://travis-ci.org/cs01/gdbgui">
11-
<img src="https://travis-ci.org/cs01/gdbgui.svg?branch=master" alt="image" /></a>
1210

13-
<a href="https://pypi.python.org/pypi/gdbgui/">
14-
<img src="https://img.shields.io/badge/pypi-0.13.2.0-blue.svg" alt="image" />
11+
<a href="https://github.com/cs01/gdbgui/actions">
12+
<img src="https://github.com/cs01/gdbgui/workflows/CI%20tests/badge.svg?branch=master" alt="image" /></a>
13+
14+
<a href="https://badge.fury.io/py/gdbgui">
15+
<img src="https://badge.fury.io/py/gdbgui.svg" alt="PyPI version" >
1516
</a>
1617

1718
<img src="https://pepy.tech/badge/gdbgui" alt="image" />

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ A modern, browser-based frontend to gdb (gnu debugger)
77
</h3>
88

99
<p align="center">
10-
<a href="https://travis-ci.org/cs01/gdbgui">
11-
<img src="https://travis-ci.org/cs01/gdbgui.svg?branch=master" alt="image" /></a>
1210

13-
<a href="https://pypi.python.org/pypi/gdbgui/">
14-
<img src="https://img.shields.io/badge/pypi-0.13.2.0-blue.svg" alt="image" />
11+
<a href="https://github.com/cs01/gdbgui/actions">
12+
<img src="https://github.com/cs01/gdbgui/workflows/CI%20tests/badge.svg?branch=master" alt="image" /></a>
13+
14+
<a href="https://badge.fury.io/py/gdbgui">
15+
<img src="https://badge.fury.io/py/gdbgui.svg" alt="PyPI version" >
1516
</a>
1617

1718
<img src="https://pepy.tech/badge/gdbgui" alt="image" />

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def publish(session):
107107
build(session)
108108
print("REMINDER: Has the changelog been updated?")
109109
session.run("python", "-m", "twine", "upload", "dist/*")
110+
publish_docs(session)
110111

111112

112113
@nox.session

0 commit comments

Comments
 (0)