Skip to content

Commit

Permalink
Update CodeCov token
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed May 20, 2024
1 parent 6126eb5 commit dae76a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dae76a7

Please sign in to comment.