diff --git a/README.md b/README.md
index 0ed8f261906b68f00b8717a925f138440f3f6600..91e934eb410abe3fdf6e68b79eec5a5b9e26b880 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FJostTim%2Fpypelines%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
 [![PyPI - Version](https://img.shields.io/pypi/v/processing_pypelines)](https://pypi.org/project/processing-pypelines/)
-![coverage](https://gitlab.example.com/<namespace>/<project>/badges/<branch>/coverage.svg?job=coverage)
+[![codecov](https://codecov.io/gh/JostTim/pypelines/graph/badge.svg?token=372VJ9SGNU)](https://codecov.io/gh/JostTim/pypelines)
 [![pdm-managed](https://img.shields.io/endpoint?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fpdm-project%2F.github%2Fbadge.json)](https://pdm-project.org)
 
 ## Installation
diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py
index 3f8813e81987bbf49c6b86f44823917ac48d6477..ee9dcc69d3d5e91a43066bb88fb7d96c043b4b48 100644
--- a/src/pypelines/__init__.py
+++ b/src/pypelines/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.0.87"
+__version__ = "0.0.88"
 
 from . import loggs
 from .pipes import *