File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+ on :
3+ pull_request :
4+ branches :
5+ - main
6+ schedule :
7+ - cron : ' 0 17 * * *'
8+ workflow_dispatch :
9+ permissions :
10+ contents : read
11+ pull-requests : read
12+ jobs :
13+ compile-with-bazel :
14+ runs-on :
15+ group : Default
16+ labels : trpc-cpp-plugins-ci
17+ steps :
18+ - name : Checkout
19+ uses : actions/checkout@v3
20+ - name : Test
21+ run : |
22+ ./clean.sh
23+ bazel test //trpc/...
Original file line number Diff line number Diff line change 11[ 中文] ( ./README.zh_CN.md )
22
3- [ TOC]
3+ [ ![ LICENSE] ( https://img.shields.io/badge/license-Apache--2.0-green.svg )] ( https://github.com/trpc-ecosystem/cpp-tracing-jaeger/blob/main/LICENSE )
4+ [ ![ Releases] ( https://img.shields.io/github/release/trpc-ecosystem/cpp-tracing-jaeger.svg?style=flat-square )] ( https://github.com/trpc-ecosystem/cpp-tracing-jaeger/releases )
5+ [ ![ Build Status] ( https://github.com/trpc-ecosystem/cpp-tracing-jaeger/actions/workflows/ci.yml/badge.svg )] ( https://github.com/trpc-ecosystem/cpp-tracing-jaeger/actions/workflows/ci.yml )
6+ [ ![ Coverage] ( https://codecov.io/gh/trpc-ecosystem/cpp-tracing-jaeger/branch/main/graph/badge.svg )] ( https://app.codecov.io/gh/trpc-ecosystem/cpp-tracing-jaeger/tree/main )
47
58# Overview
69
Original file line number Diff line number Diff line change 11[ English] ( ./README.md )
22
3- [ TOC]
3+ [ ![ LICENSE] ( https://img.shields.io/badge/license-Apache--2.0-green.svg )] ( https://github.com/trpc-ecosystem/cpp-tracing-jaeger/blob/main/LICENSE )
4+ [ ![ Releases] ( https://img.shields.io/github/release/trpc-ecosystem/cpp-tracing-jaeger.svg?style=flat-square )] ( https://github.com/trpc-ecosystem/cpp-tracing-jaeger/releases )
5+ [ ![ Build Status] ( https://github.com/trpc-ecosystem/cpp-tracing-jaeger/actions/workflows/ci.yml/badge.svg )] ( https://github.com/trpc-ecosystem/cpp-tracing-jaeger/actions/workflows/ci.yml )
6+ [ ![ Coverage] ( https://codecov.io/gh/trpc-ecosystem/cpp-tracing-jaeger/branch/main/graph/badge.svg )] ( https://app.codecov.io/gh/trpc-ecosystem/cpp-tracing-jaeger/tree/main )
47
58# 前言
69
You can’t perform that action at this time.
0 commit comments