Skip to content

Commit db3f53b

Browse files
authored
README: fix outdated badges (#478)
- travis has not been used for testing for a long time. Replace with a github actions equivalent. - coveralls has not been used for coverage reports for a long time. Drop it; there is no replacement as the testing workflow always enforces 100% coverage anyway. - add a pypi badge to flesh things out a bit and show the latest release at a glance.
1 parent 6a4f1d5 commit db3f53b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ pushsource
44
A Python library for collecting content from various sources, used by
55
[release-engineering](https://github.com/release-engineering) publishing tools.
66

7-
[![Build Status](https://travis-ci.org/release-engineering/pushsource.svg?branch=master)](https://travis-ci.org/release-engineering/pushsource)
8-
[![Coverage Status](https://coveralls.io/repos/github/release-engineering/pushsource/badge.svg?branch=master)](https://coveralls.io/github/release-engineering/pushsource?branch=master)
7+
[![PyPI](https://img.shields.io/pypi/v/pushsource)](https://pypi.org/project/pushsource/)
8+
![Build Status](https://github.com/release-engineering/pushsource/actions/workflows/tox-test.yml/badge.svg)
99

1010
- [Source](https://github.com/release-engineering/pushsource)
1111
- [Documentation](https://release-engineering.github.io/pushsource/)
12-
- [PyPI](https://pypi.org/project/pushsource)
1312

1413

1514
Installation

0 commit comments

Comments
 (0)