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

feat: export Configuration for reusing #75

Merged
merged 1 commit into from
Jul 12, 2023
Merged

feat: export Configuration for reusing #75

merged 1 commit into from
Jul 12, 2023

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Jul 11, 2023

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and couldn’t find anything (or linked relevant results below)
  • If applicable, I’ve added docs and tests

Description of changes

close #74

@github-actions github-actions bot added the 👋 phase/new Post is being triaged automatically label Jul 11, 2023
@github-actions

This comment has been minimized.

@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (245bd28) 100.00% compared to head (df2f15b) 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #75   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           23        23           
  Lines         2555      2560    +5     
=========================================
+ Hits          2555      2560    +5     
Impacted Files Coverage Δ
index.js 100.00% <100.00%> (ø)
lib/configuration.js 100.00% <100.00%> (ø)
lib/file-pipeline/index.js 100.00% <100.00%> (ø)
lib/file-pipeline/parse.js 100.00% <100.00%> (ø)
lib/file-pipeline/queue.js 100.00% <100.00%> (ø)
lib/file-set-pipeline/configure.js 100.00% <100.00%> (ø)
lib/file-set-pipeline/file-system.js 100.00% <100.00%> (ø)
lib/file-set-pipeline/log.js 100.00% <100.00%> (ø)
lib/file-set-pipeline/stdin.js 100.00% <100.00%> (ø)
lib/file-set-pipeline/transform.js 100.00% <100.00%> (ø)
... and 5 more

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

@github-actions github-actions bot added 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Jul 11, 2023
@wooorm wooorm merged commit 72ddbc9 into unifiedjs:main Jul 12, 2023
7 checks passed
@wooorm
Copy link
Member

wooorm commented Jul 12, 2023

Thanks :)

@github-actions

This comment has been minimized.

@wooorm wooorm added the 💪 phase/solved Post is done label Jul 12, 2023
@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label Jul 12, 2023
@JounQin JounQin deleted the feat/export branch July 12, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 phase/solved Post is done
Development

Successfully merging this pull request may close these issues.

[feat] export Configuration for reusing
3 participants