From f0767d762218d55d48f69c5493da17dc8eaaa187 Mon Sep 17 00:00:00 2001 From: Scott Estabrook Date: Thu, 15 Aug 2024 14:41:53 -0400 Subject: [PATCH] Add codecov badge to testing README, update codecov.yml to include remaining paths, rename code coverage job --- .github/workflows/build_and_test_codecov.yml | 2 +- README.md | 2 +- codecov.yml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test_codecov.yml b/.github/workflows/build_and_test_codecov.yml index bfcbea4..a7dfe84 100644 --- a/.github/workflows/build_and_test_codecov.yml +++ b/.github/workflows/build_and_test_codecov.yml @@ -1,4 +1,4 @@ -name: "OpenTelemetry-Matlab" +name: "Code Coverage" on: workflow_dispatch: push: diff --git a/README.md b/README.md index 8f2ca26..7c4b6a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MATLAB Interface to OpenTelemetry -[![View OpenTelemetry-Matlab on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/130979-opentelemetry-matlab) [![MATLAB](https://github.com/mathworks/OpenTelemetry-Matlab/actions/workflows/build_and_test_full.yml/badge.svg)](https://github.com/mathworks/OpenTelemetry-Matlab/actions/workflows/build_and_test_full.yml) +[![View OpenTelemetry-Matlab on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/130979-opentelemetry-matlab) [![MATLAB](https://github.com/mathworks/OpenTelemetry-Matlab/actions/workflows/build_and_test_full.yml/badge.svg)](https://github.com/mathworks/OpenTelemetry-Matlab/actions/workflows/build_and_test_full.yml) [![codecov](https://codecov.io/github/mathworks/OpenTelemetry-MATLAB/branch/testing/graph/badge.svg?token=VNj6f1LlMG)](https://codecov.io/github/mathworks/OpenTelemetry-MATLAB) MATLAB® interface to [OpenTelemetry™](https://opentelemetry.io/), based on the [OpenTelemetry Specification](https://opentelemetry.io/docs/specs/otel/). OpenTelemetry is an observability framework for creating and managing telemetry data, such as traces, metrics, and logs. This data can then be sent to an observability back-end for monitoring, alerts, and analysis. diff --git a/codecov.yml b/codecov.yml index 1fdeb3f..a1b7d42 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,4 +9,6 @@ fixes: - "\\+opentelemetry/\\+context/::api/context/+opentelemetry/+context/" - "\\+opentelemetry/\\+common/::api/common/+opentelemetry/+common/" - "\\+opentelemetry/\\+baggage/::api/baggage/+opentelemetry/+baggage/" - - "\\+opentelemetry/\\+exporters/\\+otlp/::exporters/otlp/+opentelemetry/+exporters/+otlp/" \ No newline at end of file + - "\\+opentelemetry/\\+exporters/\\+otlp/::exporters/otlp/+opentelemetry/+exporters/+otlp/" + - "\\+opentelemetry/\\+sdk/\\+logs::sdk/logs/+opentelemetry/+sdk/+logs/" + - "\\+opentelemetry/\\+logs/::api/logs/+opentelemetry/+logs/"s \ No newline at end of file