From 983e89f6f1422ec42b71e91451ec8ce035369ba2 Mon Sep 17 00:00:00 2001 From: vil02 Date: Mon, 9 Oct 2023 10:19:23 +0200 Subject: [PATCH] Remove duplicated codecov badge Fixes #4893. --- README.md | 1 - changelog.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ce16c..94b0b77 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ Ballerina Random Library [![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-random/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-random/actions/workflows/build-with-bal-test-graalvm.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-random.svg)](https://github.com/ballerina-platform/module-ballerina-random/commits/main) [![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/random.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Frandom) - [![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-random/branch/main/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-random) This library provides APIs to generate pseudo-random numbers. diff --git a/changelog.md b/changelog.md index d607dd4..9d875ad 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,7 @@ This file contains all the notable changes done to the Ballerina TCP package thr ### Changed - [Make `createIntInRange` work for full int range ](https://github.com/ballerina-platform/ballerina-standard-library/issues/4744) +- [Remove duplicated codecov badge](https://github.com/ballerina-platform/ballerina-standard-library/issues/4893) ## [1.5.0] - 2023-09-15