tomoh1r / ansible-vault

This project aim to R/W an ansible-vault yaml file
GNU General Public License v3.0
54 stars 32 forks source link

Add fossa wf. #44 #50

Closed tomoh1r closed 3 years ago

tomoh1r commented 3 years ago

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

And read CONTRIBUTING.md.

Fixes #44

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist

codecov-commenter commented 3 years ago

Codecov Report

Merging #50 (265024f) into master (1a73ec9) will decrease coverage by 2.69%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   86.47%   83.78%   -2.70%     
==========================================
  Files          16       16              
  Lines         392      370      -22     
==========================================
- Hits          339      310      -29     
- Misses         53       60       +7     
Flag Coverage Δ
unittests 83.78% <ø> (-2.70%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ansible_vault/_compat.py 75.00% <0.00%> (-16.67%) :arrow_down:
ansible_vault/parsing.py 78.26% <0.00%> (-13.74%) :arrow_down:
test/linter/test_black.py 40.00% <0.00%> (-5.46%) :arrow_down:
test/linter/test_isort.py 40.00% <0.00%> (-5.46%) :arrow_down:
test/linter/test_flake8.py 40.00% <0.00%> (-5.46%) :arrow_down:
test/test_api.py 95.16% <0.00%> (-4.84%) :arrow_down:
test/linter/test_pylint.py 55.55% <0.00%> (-4.45%) :arrow_down:
test/conftest.py 86.79% <0.00%> (-2.28%) :arrow_down:
test/linter/conftest.py 33.33% <0.00%> (-1.97%) :arrow_down:
test/sample_vault/test_password.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1a73ec9...265024f. Read the comment docs.