From dae76a744c64f4f48e1d89e7acca8c1b2aeabea5 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Mon, 20 May 2024 17:31:12 +0530 Subject: [PATCH] Update CodeCov token --- .github/workflows/build-timestamped-master.yml | 2 ++ .github/workflows/pull-request.yml | 2 ++ README.md | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index d4aa0f2..c5a2a38 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -34,3 +34,5 @@ jobs: ./gradlew clean build publish --stacktrace --scan --console=plain - name: Generate CodeCov Report uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b9da182..29ff777 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -23,6 +23,8 @@ jobs: ./gradlew build --stacktrace --scan --console=plain --no-daemon - name: Generate Codecov Report uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} windows-build: diff --git a/README.md b/README.md index 04bf223..9a97c71 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # copybook-tools + +[![Build](https://github.com/ballerina-platform/copybook-tools/actions/workflows/build-timestamped-main.yml/badge.svg)](https://github.com/ballerina-platform/copybook-tools/actions/workflows/build-timestamped-main.yml) +[![codecov](https://codecov.io/gh/ballerina-platform/copybook-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/copybook-tools) +[![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/copybook-tools.svg)](https://github.com/ballerina-platform/copybook-tools/commits/main) +[![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/graphql.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Fgraphql) + The Copybook tool simplifies the process of transforming Copybook definitions into Ballerina code. ### Command for Ballerina Copybook type generation