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

Fix --config and --rootdir inconsistencies #176

Merged
merged 3 commits into from Dec 22, 2022
Merged

Fix --config and --rootdir inconsistencies #176

merged 3 commits into from Dec 22, 2022

Conversation

mondeja
Copy link
Owner

@mondeja mondeja commented Dec 22, 2022

Fixes #171

@mondeja mondeja added the bugfix label Dec 22, 2022
@mondeja mondeja added this to the v0.8.0 milestone Dec 22, 2022
@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Base: 97.02% // Head: 96.90% // Decreases project coverage by -0.12% ⚠️

Coverage data is based on head (51b49b2) compared to base (de6b2a8).
Patch coverage: 94.11% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
- Coverage   97.02%   96.90%   -0.13%     
==========================================
  Files          43       43              
  Lines        2826     2840      +14     
==========================================
+ Hits         2742     2752      +10     
- Misses         84       88       +4     
Impacted Files Coverage Δ
src/project_config/__main__.py 98.87% <75.00%> (-1.13%) ⬇️
src/project_config/commands/check.py 99.18% <100.00%> (+0.01%) ⬆️
src/project_config/config/__init__.py 95.34% <100.00%> (-1.27%) ⬇️
src/project_config/config/exceptions.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@mondeja mondeja merged commit ae86c44 into master Dec 22, 2022
@mondeja mondeja deleted the fix-171 branch December 22, 2022 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local styles must be loaded relative to the config path
1 participant