LICENSE
README.md
setup.py
Universum.egg-info/PKG-INFO
Universum.egg-info/SOURCES.txt
Universum.egg-info/dependency_links.txt
Universum.egg-info/requires.txt
Universum.egg-info/top_level.txt
doc/__init__.py
doc/conf.py
tests/test_api.py
tests/test_argument_check.py
tests/test_check_if_env_set.py
tests/test_code_report.py
tests/test_create_config.py
tests/test_deployment.py
tests/test_git_poll.py
tests/test_github_handler.py
tests/test_gravity.py
tests/test_html_output.py
tests/test_integration.py
tests/test_multiline_variables.py
tests/test_nonci.py
tests/test_p4_exception_handling.py
tests/test_p4_revert_unshelved.py
tests/test_p4_submit.py
tests/test_poll.py
tests/test_preprocess_artifacts.py
tests/test_regression.py
tests/test_report.py
tests/test_run_steps_filter.py
tests/test_submit.py
tests/test_unicode.py
universum/__init__.py
universum/__main__.py
universum/api.py
universum/config_creator.py
universum/configuration_support.py
universum/github_handler.py
universum/main.py
universum/nonci.py
universum/poll.py
universum/submit.py
universum/analyzers/__init__.py
universum/analyzers/clang_format.py
universum/analyzers/diff_utils.py
universum/analyzers/mypy.py
universum/analyzers/pylint.py
universum/analyzers/uncrustify.py
universum/analyzers/utils.py
universum/lib/__init__.py
universum/lib/ci_exception.py
universum/lib/gravity.py
universum/lib/module_arguments.py
universum/lib/utils.py
universum/modules/__init__.py
universum/modules/api_support.py
universum/modules/artifact_collector.py
universum/modules/code_report_collector.py
universum/modules/error_state.py
universum/modules/launcher.py
universum/modules/project_directory.py
universum/modules/reporter.py
universum/modules/structure_handler.py
universum/modules/automation_server/__init__.py
universum/modules/automation_server/automation_server.py
universum/modules/automation_server/base_server.py
universum/modules/automation_server/github_server.py
universum/modules/automation_server/jenkins_server.py
universum/modules/automation_server/local_server.py
universum/modules/automation_server/teamcity_server.py
universum/modules/output/__init__.py
universum/modules/output/base_output.py
universum/modules/output/github_output.py
universum/modules/output/html_output.css
universum/modules/output/html_output.js
universum/modules/output/html_output.py
universum/modules/output/output.py
universum/modules/output/teamcity_output.py
universum/modules/output/terminal_based_output.py
universum/modules/vcs/__init__.py
universum/modules/vcs/base_vcs.py
universum/modules/vcs/gerrit_vcs.py
universum/modules/vcs/git_vcs.py
universum/modules/vcs/github_actions_vcs.py
universum/modules/vcs/github_app_vcs.py
universum/modules/vcs/local_vcs.py
universum/modules/vcs/perforce_vcs.py
universum/modules/vcs/swarm.py
universum/modules/vcs/vcs.py