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

Use GITHUB_REF_NAME #554

Merged
merged 1 commit into from
Aug 28, 2022
Merged

Use GITHUB_REF_NAME #554

merged 1 commit into from
Aug 28, 2022

Conversation

martincostello
Copy link
Owner

Use GITHUB_REF_NAME instead of GITHUB_REF and trimming it so that it works properly with pull request branches.

Use `GITHUB_REF_NAME` instead of `GITHUB_REF` and trimming it so that it works properly with pull request branches.
@codecov
Copy link

codecov bot commented Aug 28, 2022

Codecov Report

Merging #554 (790abfa) into main (27348fa) will decrease coverage by 34.32%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #554       +/-   ##
===========================================
- Coverage   93.49%   59.17%   -34.33%     
===========================================
  Files          22       22               
  Lines        1215     1215               
===========================================
- Hits         1136      719      -417     
- Misses         79      496      +417     
Flag Coverage Δ
linux 58.84% <ø> (ø)
macos 59.17% <ø> (+0.32%) ⬆️
windows ?

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

Impacted Files Coverage Δ
src/SqlLocalDb/Interop/WindowsRegistry.cs 0.00% <0.00%> (-100.00%) ⬇️
src/SqlLocalDb/Interop/SafeLibraryHandle.cs 0.00% <0.00%> (-100.00%) ⬇️
src/SqlLocalDb/Interop/WindowsRegistryKey.cs 0.00% <0.00%> (-100.00%) ⬇️
src/SqlLocalDb/Interop/LocalDbInstanceInfo.cs 6.66% <0.00%> (-93.34%) ⬇️
src/SqlLocalDb/Interop/LocalDbInstanceApi.cs 9.93% <0.00%> (-80.13%) ⬇️
src/SqlLocalDb/Interop/LocalDbVersionInfo.cs 25.00% <0.00%> (-75.00%) ⬇️
src/SqlLocalDb/SqlLocalDbApi.cs 32.11% <0.00%> (-57.19%) ⬇️
...SqlLocalDb/ISqlLocalDbInstanceManagerExtensions.cs 50.00% <0.00%> (-50.00%) ⬇️
src/SqlLocalDb/ISqlLocalDbApiExtensions.cs 74.41% <0.00%> (-25.59%) ⬇️
src/SqlLocalDb/SqlLocalDbInstanceManager.cs 78.18% <0.00%> (-21.82%) ⬇️
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@martincostello martincostello merged commit cb83a1f into main Aug 28, 2022
@martincostello martincostello deleted the update-branch-var branch August 28, 2022 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant