Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Sep 15, 2023
1 parent aa6f0df commit 9223bc2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
23 changes: 21 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,25 @@ comment:
require_changes: no

ignore:
- "**.md"
- "**/*.md"
- "src/OpenTelemetry.Contrib.Shared" # copied from main OTel project and has code coverage there
- "test/**/*"
- "test"
- "examples"
- "build"

flags:
unittests:
carryforward: true
paths:
- "src"

unittests-Exporter.OneCollector:
carryforward: true
paths:
- src/OpenTelemetry.Exporter.OneCollector

unittests-Instrumentation.Process:
carryforward: true
paths:
- src/OpenTelemetry.Instrumentation.Process

2 changes: 1 addition & 1 deletion .github/workflows/ci-Exporter.OneCollector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
with:
file: TestResults/Cobertura.xml
env_vars: OS,TFM
flags: Exporter.OneCollector.unittests
flags: unittests-Exporter.OneCollector
name: Code Coverage for Exporter.OneCollector on [${{ matrix.os }}.${{ matrix.version }}]
2 changes: 1 addition & 1 deletion .github/workflows/ci-Instrumentation.Process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
with:
file: TestResults/Cobertura.xml
env_vars: OS,TFM
flags: Instrumentation.Process.unittests
flags: unittests-Instrumentation.Process
name: Code Coverage for Instrumentation.Process on [${{ matrix.os }}.${{ matrix.version }}]
5 changes: 4 additions & 1 deletion opentelemetry-dotnet-contrib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{07AA0F83-22F6-4B8C-921D-029D3384CB17}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CODEOWNERS = CODEOWNERS
CONTRIBUTING.md = CONTRIBUTING.md
global.json = global.json
NuGet.config = NuGet.config
Expand All @@ -18,8 +19,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1A06E14B-DD2F-4536-9D2E-F708C0C43555}"
ProjectSection(SolutionItems) = preProject
CODEOWNERS = CODEOWNERS
.github\codecov.yml = .github\codecov.yml
.github\component_owners.yml = .github\component_owners.yml
.github\dependabot.yml = .github\dependabot.yml
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{43CAFE52-F329-4431-87DA-7FEE1454D9A9}"
Expand Down

0 comments on commit 9223bc2

Please sign in to comment.