diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ce76e3a..e71e2e61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Integration Tests +name: Tests on: [push, pull_request] diff --git a/README.md b/README.md index 5ac8b83e..87b75180 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Fuck [![Version][version-badge]][version-link] [![Build Status][travis-badge]][travis-link] [![Windows Build Status][appveyor-badge]][appveyor-link] [![Coverage][coverage-badge]][coverage-link] [![MIT License][license-badge]](LICENSE.md) +# The Fuck [![Version][version-badge]][version-link] [![Build Status][workflow-badge]][workflow-link] [![Coverage][coverage-badge]][coverage-link] [![MIT License][license-badge]](LICENSE.md) *The Fuck* is a magnificent app, inspired by a [@liamosaur](https://twitter.com/liamosaur/) [tweet](https://twitter.com/liamosaur/status/506975850596536320), @@ -502,10 +502,8 @@ Project License can be found [here](LICENSE.md). [version-badge]: https://img.shields.io/pypi/v/thefuck.svg?label=version [version-link]: https://pypi.python.org/pypi/thefuck/ -[travis-badge]: https://travis-ci.org/nvbn/thefuck.svg?branch=master -[travis-link]: https://travis-ci.org/nvbn/thefuck -[appveyor-badge]: https://ci.appveyor.com/api/projects/status/1sskj4imj02um0gu/branch/master?svg=true -[appveyor-link]: https://ci.appveyor.com/project/nvbn/thefuck +[workflow-badge]: https://github.com/divykj/thefuck/workflows/Tests/badge.svg +[workflow-link]: https://github.com/divykj/thefuck/actions?query=workflow%3ATests [coverage-badge]: https://img.shields.io/coveralls/nvbn/thefuck.svg [coverage-link]: https://coveralls.io/github/nvbn/thefuck [license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg