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

Refactor inline scripts #588

Merged
merged 2 commits into from
Sep 8, 2023
Merged

Refactor inline scripts #588

merged 2 commits into from
Sep 8, 2023

Conversation

martincostello
Copy link
Owner

@martincostello martincostello commented Sep 8, 2023

  • Pass values into inline scripts with environment variables.
  • Simplify inline scripts to remove duplication.
  • Fix warning about possibly invalid output access.
  • Update the test workflow to consume from code, rather than via the repository/tag.

- Pass values into inline scripts with environment variables.
- Simplify inline scripts to remove duplication.
- Fix warning about possibly invalid output access.
@martincostello martincostello added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Sep 8, 2023
@martincostello martincostello marked this pull request as ready for review September 8, 2023 07:41
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (35d99f7) 88.79% compared to head (ecdd4a5) 88.79%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #588   +/-   ##
=======================================
  Coverage   88.79%   88.79%           
=======================================
  Files           2        2           
  Lines         348      348           
  Branches       66       66           
=======================================
  Hits          309      309           
  Misses         32       32           
  Partials        7        7           
Flag Coverage Δ
linux 88.79% <ø> (ø)
macos 88.79% <ø> (ø)
windows ?

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.

Use the workflow locally, rather than from `main`.
@martincostello martincostello enabled auto-merge (rebase) September 8, 2023 07:44
@martincostello martincostello merged commit 47738a8 into main Sep 8, 2023
@martincostello martincostello deleted the refactor-workflow branch September 8, 2023 07:46
@martincostello martincostello restored the refactor-workflow branch September 8, 2023 10:56
@martincostello martincostello deleted the refactor-workflow branch September 8, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant