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

Execute linting in CI caching project-config cache directory #183

Merged
merged 5 commits into from Jan 23, 2023

Conversation

mondeja
Copy link
Owner

@mondeja mondeja commented Jan 23, 2023

Closes #175

@mondeja mondeja added documentation Improvements or additions to documentation chore labels Jan 23, 2023
@mondeja mondeja changed the title Execute linting in CI caching project-config cache dir Execute linting in CI caching project-config cache directory Jan 23, 2023
@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Base: 96.08% // Head: 96.90% // Increases project coverage by +0.81% 🎉

Coverage data is based on head (e3f4b05) compared to base (9066dd3).
Patch has no changes to coverable lines.

❗ Current head e3f4b05 differs from pull request most recent head c523ddc. Consider uploading reports for the commit c523ddc to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   96.08%   96.90%   +0.81%     
==========================================
  Files          43       43              
  Lines        2784     2840      +56     
==========================================
+ Hits         2675     2752      +77     
+ Misses        109       88      -21     
Impacted Files Coverage Δ
src/project_config/cache.py 100.00% <0.00%> (ø)
src/project_config/types.py 100.00% <0.00%> (ø)
src/project_config/reporters/base.py 100.00% <0.00%> (ø)
src/project_config/plugins/__init__.py 100.00% <0.00%> (ø)
src/project_config/plugins/existence.py 100.00% <0.00%> (ø)
src/project_config/plugins/inclusion.py 100.00% <0.00%> (ø)
src/project_config/serializers/__init__.py 100.00% <0.00%> (ø)
src/project_config/plugins/jmespath.py 99.46% <0.00%> (+<0.01%) ⬆️
src/project_config/reporters/__init__.py 99.05% <0.00%> (+<0.01%) ⬆️
src/project_config/config/style/__init__.py 83.48% <0.00%> (+0.07%) ⬆️
... and 4 more

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 6fffa8c into master Jan 23, 2023
@mondeja mondeja deleted the docs-175 branch January 23, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document how to cache in CI environments
1 participant