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

Generate GitHub Actions summary #442

Merged
merged 5 commits into from
May 3, 2023
Merged

Generate GitHub Actions summary #442

merged 5 commits into from
May 3, 2023

Conversation

martincostello
Copy link
Owner

Write a summary report to $GITHUB_STEP_SUMMARY by default containing the SDK version, release date and any CVEs.

Resolves #145.

Write a summary report to `$GITHUB_STEP_SUMMARY` by default containing the SDK version, release date and any CVEs.

Resolves #145.
@martincostello martincostello added enhancement New feature or request javascript Pull requests that update Javascript code labels May 2, 2023
@martincostello martincostello added this to the v2.1.5 milestone May 2, 2023
Bump package version to 2.2.0 for new functionality.
Rather than attempting to write and catching the error, check for whether `GITHUB_STEP_SUMMARY` is set.
Remove URLs from the pull request Markdown content for CVEs in GitHub.com so that CVE IDs render a hovercard.
The link format is unchanged for GitHub Enterprise Server as I don't believe that's supported as the appliance would need internet connectivity.
Resolves #443.
Update SHA to include the changes from #442.
@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Patch coverage: 88.23% and project coverage change: +0.47 🎉

Comparison is base (4142ef0) 79.26% compared to head (31eb0f1) 79.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #442      +/-   ##
==========================================
+ Coverage   79.26%   79.74%   +0.47%     
==========================================
  Files           2        2              
  Lines         217      232      +15     
  Branches       43       48       +5     
==========================================
+ Hits          172      185      +13     
- Misses         35       37       +2     
  Partials       10       10              
Flag Coverage Δ
linux 79.74% <88.23%> (+0.47%) ⬆️
macos 79.74% <88.23%> (+0.47%) ⬆️
windows 79.74% <88.23%> (+0.47%) ⬆️

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

Impacted Files Coverage Δ
src/main.ts 60.00% <ø> (ø)
src/DotNetSdkUpdater.ts 82.67% <88.23%> (+0.32%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@martincostello martincostello marked this pull request as ready for review May 3, 2023 09:14
@martincostello martincostello merged commit ae3512a into main May 3, 2023
@martincostello martincostello deleted the workflow-summaries branch May 3, 2023 09:15
martincostello added a commit that referenced this pull request May 3, 2023
Update SHA to include the changes from #442.
I forgot the rebase would change the SHA.
@martincostello martincostello mentioned this pull request May 3, 2023
martincostello added a commit that referenced this pull request May 3, 2023
Update SHA to include the changes from #442.
I forgot the rebase would change the SHA.
martincostello added a commit to martincostello/dotnet-patch-automation-sample that referenced this pull request May 3, 2023
Revert the .NET SDK and consume the changes from martincostello/update-dotnet-sdk#442 to test it.
martincostello added a commit to martincostello/dotnet-patch-automation-sample that referenced this pull request May 3, 2023
Revert the .NET SDK and consume the changes from martincostello/update-dotnet-sdk#442 to test it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use GitHub Actions Summaries
1 participant