Skip to content

fix(repo): codecov integration fix #19326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/eventindexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
with:
files: ./packages/eventindexer/coverage.txt
flags: eventindexer
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

push-eventindexer-docker-image:
# Skip dependabot PRs
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
with:
files: ./packages/relayer/coverage.txt
flags: relayer
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

push-relayer-docker-image:
# Skip dependabot PRs
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/taiko-client--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ jobs:
uses: codecov/codecov-action@v5
with:
files: packages/taiko-client/coverage.out
flags: taiko-client
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
26 changes: 16 additions & 10 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
coverage:
ignore:
- "packages/relayer/bindings/**/*"
- "packages/eventindexer/contracts/**/*"
- "packages/relayer/pkg/mock/**/*"
- "packages/relayer/cmd/**/*"
status:
project: off
patch: off
default_rules:
flag_coverage_not_uploaded_behavior: exclude
project: false
patch: false

flag_management:
default_rules:
carryforward: true
individual_flags:
- name: protocol
- name: taiko-client
paths:
- packages/protocol/**/*
- packages/taiko-client/
- name: eventindexer
paths:
- packages/eventindexer/
- name: relayer
paths:
- packages/relayer/**/*
- packages/relayer/

comment:
show_carryforward_flags: true
layout: "header, files, footer"
hide_project_coverage: false

ignore:
- packages/taiko-client/bindings
- packages/relayer/bindings
5 changes: 2 additions & 3 deletions packages/taiko-client/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# taiko-client

[![CI](https://github.com/taikoxyz/taiko-mono/actions/workflows/taiko-client--test.yml/badge.svg)](https://github.com/taikoxyz/taiko-mono/actions/workflows/taiko-client-test.yml)
[![CI](https://github.com/taikoxyz/taiko-mono/actions/workflows/taiko-client--test.yml/badge.svg)](https://github.com/taikoxyz/taiko-mono/actions/workflows/taiko-client--test.yml)

<!-- TODO(d1onys1us): fix codecov integration -->
<!-- [![Codecov](https://img.shields.io/codecov/c/github/taikoxyz/taiko-mono/packages/taiko-client?logo=codecov&token=OH6BJMVP6O)](https://codecov.io/gh/taikoxyz/taiko-mono/packages/taiko-client) -->
[![Codecov](https://codecov.io/gh/taikoxyz/taiko-mono/graph/badge.svg?&token=E468X2PTJC&flag=taiko-client)](https://codecov.io/gh/taikoxyz/taiko-mono/packages/taiko-client)

Taiko Alethia protocol's client software implementation in Go. Learn more about Taiko Alethia nodes with [the docs](https://docs.taiko.xyz/taiko-alethia-protocol/protocol-architecture/taiko-alethia-nodes).

Expand Down
6 changes: 0 additions & 6 deletions packages/taiko-client/codecov.yml

This file was deleted.