Skip to content

feat(config): allow env vars in directory config#1499

Merged
cedi merged 8 commits intomainfrom
feature/support_variable_in_dir
Jul 9, 2025
Merged

feat(config): allow env vars in directory config#1499
cedi merged 8 commits intomainfrom
feature/support_variable_in_dir

Conversation

@cedi
Copy link
Copy Markdown
Collaborator

@cedi cedi commented Jul 7, 2025

docs(config): Document usage of environment vars in directory

additional fixes:

  • formatting of features.md
  • remove warning of deprecated keep in target.rs

@github-actions github-actions bot added docs Changes to the documentation feature A new feature for Git-Tool labels Jul 7, 2025
@cedi cedi changed the title docs(config): Document usage of environment vars in directory feat(config): allow env vars in directory config Jul 7, 2025
@cedi cedi requested a review from notheotherben July 7, 2025 19:23
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 7, 2025

Codecov Report

Attention: Patch coverage is 80.76923% with 5 lines in your changes missing coverage. Please review.

Project coverage is 83.90%. Comparing base (e515ee6) to head (dde5609).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
src/engine/config.rs 80.95% 4 Missing ⚠️
src/engine/target.rs 80.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1499      +/-   ##
==========================================
+ Coverage   83.88%   83.90%   +0.01%     
==========================================
  Files          98       98              
  Lines        9086     9108      +22     
==========================================
+ Hits         7622     7642      +20     
- Misses       1464     1466       +2     
Files with missing lines Coverage Δ
src/engine/target.rs 42.42% <80.00%> (+4.49%) ⬆️
src/engine/config.rs 79.68% <80.95%> (+0.72%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 8, 2025

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-meadow-00ba9e303-1499.westeurope.1.azurestaticapps.net

Comment thread src/engine/config.rs Outdated
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 8, 2025

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-meadow-00ba9e303-1499.westeurope.1.azurestaticapps.net

Comment thread src/engine/config.rs Outdated
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 8, 2025

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-meadow-00ba9e303-1499.westeurope.1.azurestaticapps.net

Comment thread src/engine/config.rs Outdated
@cedi cedi force-pushed the feature/support_variable_in_dir branch from 9638408 to 45b5ed3 Compare July 9, 2025 19:54
cedi and others added 8 commits July 9, 2025 21:55
also fix a warning about deprecated features in target.rs
Because 2.0.0-rc.24 is incompatible with
"@vuepress/plugin-google-analytics": "2.0.0-rc.107",
which depends on `.23` as of now.
@cedi cedi force-pushed the feature/support_variable_in_dir branch from 45b5ed3 to dde5609 Compare July 9, 2025 19:59
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 9, 2025

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-meadow-00ba9e303-1499.westeurope.1.azurestaticapps.net

@cedi cedi enabled auto-merge July 9, 2025 20:02
@cedi cedi merged commit 2fc0207 into main Jul 9, 2025
13 of 14 checks passed
@cedi cedi deleted the feature/support_variable_in_dir branch July 9, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Changes to the documentation feature A new feature for Git-Tool

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants