Skip to content
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

Fix publish package workflow #4954

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

utpilla
Copy link
Contributor

@utpilla utpilla commented Oct 16, 2023

Changes

  • Skip building projects underdocs/ and OpenTelemetry.Exporter.Zipkin.Tests as they have a project dependency on instrumentation libraries

@utpilla utpilla requested a review from a team October 16, 2023 23:34

<SolutionProjects Remove="docs\**\**\*.csproj" />
<SolutionProjects Remove="examples\**\*.csproj" />
<SolutionProjects Remove="test\Benchmarks\Benchmarks.csproj" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could actually just skip building the test projects altogether when running the publish package workflow. For now, I would like to just get this PR merged to unblock 1.7.0-alpha.1 release.

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #4954 (3fec1c2) into main (33fdd47) will decrease coverage by 0.04%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4954      +/-   ##
==========================================
- Coverage   83.42%   83.38%   -0.04%     
==========================================
  Files         295      295              
  Lines       12360    12360              
==========================================
- Hits        10311    10307       -4     
- Misses       2049     2053       +4     
Flag Coverage Δ
unittests 83.38% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@utpilla utpilla merged commit e66f4f3 into main Oct 17, 2023
34 checks passed
@utpilla utpilla deleted the utpilla/Fix-publish-package-workflow branch October 17, 2023 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants