Skip to content

Commit 4734ca9

Browse files
📚 docs(README): Replace coveralls badge with codecov badge.
1 parent 36bf248 commit 4734ca9

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
@@ -23,7 +23,7 @@ let heap = new PairingHeap( increasing ) ;
2323

2424
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-pairing-heap.svg)](https://codeclimate.com/github/aureooms/js-pairing-heap/issues)
2525
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-pairing-heap.svg)](https://codeclimate.com/github/aureooms/js-pairing-heap/trends/churn)
26-
[![Code coverage (alls)](https://img.shields.io/coveralls/github/aureooms/js-pairing-heap/main.svg)](https://coveralls.io/r/aureooms/js-pairing-heap)
26+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-pairing-heap/main.svg)](https://codecov.io/gh/aureooms/js-pairing-heap)
2727
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-pairing-heap.svg)](https://codeclimate.com/github/aureooms/js-pairing-heap/trends/technical_debt)
2828
[![Documentation](https://aureooms.github.io/js-pairing-heap/badge.svg)](https://aureooms.github.io/js-pairing-heap/source.html)
2929
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-pairing-heap)](https://bundlephobia.com/result?p=@aureooms/js-pairing-heap)

0 commit comments

Comments
 (0)