Skip to content

Run tests for #1097#1138

Closed
guineveresaenger wants to merge 4 commits intomasterfrom
guin/add-string-asset-support-test
Closed

Run tests for #1097#1138
guineveresaenger wants to merge 4 commits intomasterfrom
guin/add-string-asset-support-test

Conversation

@guineveresaenger
Copy link
Contributor

DO NOT MERGE

FileAsset and FileArchive. This enables users to copy generated content
like configuration files, certificates, or scripts directly to remote
hosts without writing to a temporary local file first.

Fixes #825

@guineveresaenger guineveresaenger force-pushed the guin/add-string-asset-support-test branch from a96fd3b to d0fc868 Compare February 5, 2026 22:44
MunemHashmi and others added 2 commits February 13, 2026 11:05
Allow CopyToRemote to accept StringAsset (text content) in addition to
FileAsset and FileArchive. This enables users to copy generated content
like configuration files, certificates, or scripts directly to remote
hosts without writing to a temporary local file first.

Fixes #825
@guineveresaenger guineveresaenger force-pushed the guin/add-string-asset-support-test branch from d0fc868 to bdbd465 Compare February 13, 2026 19:09
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

❌ Patch coverage is 42.10526% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 29.29%. Comparing base (370928b) to head (f511992).
⚠️ Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
provider/pkg/provider/remote/copyController.go 32.25% 18 Missing and 3 partials ⚠️
provider/pkg/provider/remote/copy.go 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1138      +/-   ##
==========================================
+ Coverage   28.78%   29.29%   +0.51%     
==========================================
  Files          25       25              
  Lines         879      908      +29     
==========================================
+ Hits          253      266      +13     
- Misses        577      590      +13     
- Partials       49       52       +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@guineveresaenger
Copy link
Contributor Author

Closing via #1097.

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.

Add support for using pulumi.asset.StringAsset in CopyToRemote

2 participants