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

Validate deployment files #3884

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

More additions to testing

1e79c52
Select commit
Loading
Failed to load commit list.
Draft

Validate deployment files #3884

More additions to testing
1e79c52
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 4, 2025 in 0s

93.93% (+0.07%) compared to f5084b0

View this Pull Request on Codecov

93.93% (+0.07%) compared to f5084b0

Details

Codecov Report

Attention: Patch coverage is 95.05300% with 14 lines in your changes missing coverage. Please review.

Project coverage is 93.93%. Comparing base (f5084b0) to head (1e79c52).

Files with missing lines Patch % Lines
src/cfnlint/runner/template/runner.py 91.30% 2 Missing and 4 partials ⚠️
src/cfnlint/runner/cli.py 86.66% 1 Missing and 1 partial ⚠️
src/cfnlint/runner/deployment_file/runner.py 95.12% 1 Missing and 1 partial ⚠️
src/cfnlint/runner/exceptions.py 77.77% 1 Missing and 1 partial ⚠️
src/cfnlint/core.py 66.66% 1 Missing ⚠️
src/cfnlint/rules/_rule.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3884      +/-   ##
==========================================
+ Coverage   93.85%   93.93%   +0.07%     
==========================================
  Files         365      376      +11     
  Lines       12522    12714     +192     
  Branches     2574     2596      +22     
==========================================
+ Hits        11753    11943     +190     
+ Misses        424      423       -1     
- Partials      345      348       +3     

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