这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dorpvom
Copy link
Member

@dorpvom dorpvom commented Oct 24, 2018

Request for feeback

  • test coverage
  • code style
  • completeness

@dorpvom dorpvom self-assigned this Oct 24, 2018
@dorpvom dorpvom requested a review from weidenba October 24, 2018 11:43
@codecov-io
Copy link

codecov-io commented Oct 24, 2018

Codecov Report

Merging #170 into master will decrease coverage by 0.38%.
The diff coverage is 45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
- Coverage   95.75%   95.37%   -0.39%     
==========================================
  Files         312      314       +2     
  Lines       15584    15704     +120     
==========================================
+ Hits        14923    14977      +54     
- Misses        661      727      +66
Impacted Files Coverage Δ
src/helperFunctions/install.py 37.5% <37.5%> (ø)
src/test/unit/helperFunctions/test_install.py 93.75% <93.75%> (ø)

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 2260506...ae40bb3. Read the comment docs.

Copy link
Contributor

@weidenba weidenba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not work :(

$ src/install.py -U -N
[2018-10-31 11:30:48][install][INFO]: FACT Installer 1.0
Traceback (most recent call last):
  File "src/install.py", line 148, in <module>
    os.chdir('install')
FileNotFoundError: [Errno 2] No such file or directory: 'install'

Please correct install.md

return True


def check_if_executable_in_bin_folder(executable_name):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this function does nothing?

logging.info('{} {}'.format(action, ' '.join(packages)))


def apt_update_sources():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge all functions that use execute_shell_command check return_code

@dorpvom dorpvom merged commit 375d546 into master Nov 5, 2018
@dorpvom dorpvom deleted the python-based-installation branch November 5, 2018 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants