Skip to content

Commit

Permalink
Add codecov.yml with components
Browse files Browse the repository at this point in the history
wjrogers committed Jun 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 23ad2bf commit 41998d3
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion XO.Diagnostics.Bugsnag.OpenTelemetry/README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@

[![NuGet](https://img.shields.io/nuget/v/XO.Diagnostics.Bugsnag.OpenTelemetry)](https://www.nuget.org/packages/XO.Diagnostics.Bugsnag.OpenTelemetry)
[![GitHub Actions Status](https://img.shields.io/github/actions/workflow/status/xo-energy/XO.Diagnostics/ci.yml?branch=main&logo=github)](https://github.com/xo-energy/XO.Diagnostics/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/xo-energy/XO.Diagnostics/branch/main/XO.Diagnostics.Bugsnag.OpenTelemetry/graph/badge.svg?token=AbiIYmAaeS)](https://codecov.io/gh/xo-energy/XO.Diagnostics)

Exports OpenTelemetry traces to [BugSnag](https://www.bugsnag.com/).

1 change: 0 additions & 1 deletion XO.Diagnostics.Bugsnag/README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@

[![NuGet](https://img.shields.io/nuget/v/XO.Diagnostics.Bugsnag)](https://www.nuget.org/packages/XO.Diagnostics.Bugsnag)
[![GitHub Actions Status](https://img.shields.io/github/actions/workflow/status/xo-energy/XO.Diagnostics/ci.yml?branch=main&logo=github)](https://github.com/xo-energy/XO.Diagnostics/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/xo-energy/XO.Diagnostics/branch/main/XO.Diagnostics.Bugsnag/graph/badge.svg?token=AbiIYmAaeS)](https://codecov.io/gh/xo-energy/XO.Diagnostics)

A simple HTTP client library for the [BugSnag](https://www.bugsnag.com/) API. For a more complete solution, see [XO.Diagnostics.Bugsnag.OpenTelemetry](../XO.Diagnostics.Bugsnag.OpenTelemetry).

3 changes: 2 additions & 1 deletion XO.Diagnostics.sln
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
codecov.yml = codecov.yml
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE.txt = LICENSE.txt
@@ -24,7 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XO.Diagnostics.Tests", "XO.Diagnostics.Tests\XO.Diagnostics.Tests.csproj", "{0523D629-9711-4B0C-A856-6CE39F295A97}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XO.Diagnostics.Tests", "XO.Diagnostics.Tests\XO.Diagnostics.Tests.csproj", "{0523D629-9711-4B0C-A856-6CE39F295A97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
component_management:
individual_components:
- component_id: "XO.Diagnostics.Bugsnag"
paths:
- "XO.Diagnostics.Bugsnag/"
- component_id: "XO.Diagnostics.Bugsnag.OpenTelemetry"
paths:
- "XO.Diagnostics.Bugsnag.OpenTelemetry/"

comment:
layout: "header, diff, flags, components" # show component info in the PR comment

0 comments on commit 41998d3

Please sign in to comment.