Skip to content

Commit 0168b78

Browse files
authored
Merge pull request #1 from nanotower/copilot/update-readme-ci-badge
Replace badgen CI badge with GitHub Actions badge
2 parents b68ffc2 + 20237c0 commit 0168b78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM Version][npm-version-image]][npm-url]
44
[![NPM Downloads][npm-downloads-image]][npm-url]
5-
[![Build Status][ci-image]][ci-url]
5+
<a href="https://github.com/nanotower/errorhandler/actions/workflows/ci.yml"><img src="https://github.com/nanotower/errorhandler/actions/workflows/ci.yml/badge.svg"></a>
66
[![Test Coverage][coveralls-image]][coveralls-url]
77

88
Development-only error handler middleware.
@@ -121,8 +121,6 @@ function errorNotification (err, str, req) {
121121

122122
[MIT](LICENSE)
123123

124-
[ci-image]: https://badgen.net/github/checks/nanotower/errorhandler/master
125-
[ci-url]: https://github.com/nanotower/errorhandler/actions/workflows/ci.yml
126124
[coveralls-image]: https://badgen.net/coveralls/c/github/nanotower/errorhandler/master
127125
[coveralls-url]: https://coveralls.io/r/nanotower/errorhandler?branch=master
128126
[npm-downloads-image]: https://badgen.net/npm/dm/errorhandler

0 commit comments

Comments
 (0)