Skip to content

Commit a877cf6

Browse files
committed
Fix coverage badge in README.md
This was mangled by 8507cef due to a copypaste bug.
1 parent d2845e8 commit a877cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66

77
![Continuous Integration Tests](https://github.com/bemanproject/task/actions/workflows/ci_tests.yml/badge.svg)
88
![Target Standard](https://github.com/bemanproject/beman/blob/main/images/badges/cpp26.svg)
9-
![Coverage](https://coveralls.io/repos/github/bemanproject/task/badge.svg?branch=main)](https://coveralls.io/github/bemanproject/task?branch=main)
9+
![Coverage](https://coveralls.io/repos/github/bemanproject/task/badge.svg?branch=main)
1010

1111
`beman::execution::task<T, Context>` is a class template which
1212
is used as the the type of coroutine tasks. The corresponding objects

0 commit comments

Comments
 (0)