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: fixed YangdumpProParser #134

Merged

Conversation

bskqd
Copy link
Contributor

@bskqd bskqd commented Mar 1, 2023

Fixed the problem with YangdumpProParser, the problem occurred because of the incorrect path to the yangdump-pro-yangvalidator.conf file

resolves #133

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2023

Coverage report

Full coverage report summary (click to unfold) manage.py: 84%
tests/__init__.py: 100%
tests/resources/__init__.py: 100%
tests/resources/settings.py: 100%
tests/test_modelsChecker.py: 100%
tests/test_views.py: 100%
yangvalidator/__init__.py: 100%
yangvalidator/apps.py: 100%
yangvalidator/create_config.py: 100%
yangvalidator/default_statements.py: 100%
yangvalidator/urls.py: 100%
yangvalidator/v1/__init__.py: 100%
yangvalidator/v1/urls.py: 100%
yangvalidator/v1/views.py: 17%
yangvalidator/v2/__init__.py: 100%
yangvalidator/v2/confdParser.py: 35%
yangvalidator/v2/illegalMethodError.py: 100%
yangvalidator/v2/modelsChecker.py: 89%
yangvalidator/v2/pyangParser.py: 55%
yangvalidator/v2/urls.py: 100%
yangvalidator/v2/views.py: 92%
yangvalidator/v2/xymParser.py: 100%
yangvalidator/v2/yangdumpProParser.py: 35%
yangvalidator/v2/yanglintParser.py: 88%
yangvalidator/yangParser.py: 73%

The coverage rate went from 67.6% to 67.6% ⬆️

None of the new lines are part of the tested code. Therefore, there is no coverage data about them.

@SlavomirMazurPantheon SlavomirMazurPantheon merged commit 7d94015 into YangCatalog:develop Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Yumadump-pro validator
2 participants