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

Add tools manifest for dotnet-validate #648

Merged
merged 3 commits into from
Apr 26, 2024
Merged

Conversation

martincostello
Copy link
Owner

Add a .NET tools manifest for dotnet-validate so that dependabot can update it if there's ever a newer version released, and then reference that version in the build workflow.

Add a .NET tools manifest for dotnet-validate so that dependabot can update it if there's ever a newer version released, and then reference that version in the build workflow.
Explicitly install the .NET 6 and 7 SDKs, as the macOS 14 runner does not have .NET 6 installed.
@martincostello martincostello added enhancement New feature or request dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code .NET Pull requests that update .net code labels Apr 26, 2024
@martincostello martincostello added this to the v0.8.1 milestone Apr 26, 2024
6 and 7 aren't run, just compiled for.
@martincostello martincostello enabled auto-merge (squash) April 26, 2024 15:23
Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.25%. Comparing base (9a05c82) to head (3919e58).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #648   +/-   ##
=======================================
  Coverage   98.25%   98.25%           
=======================================
  Files           8        8           
  Lines         287      287           
  Branches       30       30           
=======================================
  Hits          282      282           
  Misses          1        1           
  Partials        4        4           
Flag Coverage Δ
linux ?
macos 97.56% <ø> (ø)
windows 98.25% <ø> (+0.69%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit f8d9091 into main Apr 26, 2024
12 checks passed
@martincostello martincostello deleted the add-tools-manifest branch April 26, 2024 15:38
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request github_actions Pull requests that update GitHub Actions code .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant