Skip to content

Conversation

@reactive-firewall
Copy link
Owner

Version 0.4.0 beta
fix for version syntax bug

@codecov
Copy link

codecov bot commented Dec 13, 2018

Codecov Report

Merging #75 into stable will decrease coverage by 0.15%.
The diff coverage is 84.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           stable      #75      +/-   ##
==========================================
- Coverage   87.58%   87.42%   -0.16%     
==========================================
  Files          29       30       +1     
  Lines        3133     3372     +239     
==========================================
+ Hits         2744     2948     +204     
- Misses        389      424      +35
Impacted Files Coverage Δ
piaplib/book/ANSIColors.py 100% <100%> (ø)
piaplib/pku/interfaces.py 91.48% <100%> (+1.24%) ⬆️
piaplib/pku/baseconfig.py 92.3% <100%> (+0.15%) ⬆️
piaplib/keyring/saltify.py 100% <100%> (ø) ⬆️
piaplib/lint/clients_check_status.py 79.91% <100%> (-0.09%) ⬇️
piaplib/book/__init__.py 100% <100%> (ø) ⬆️
piaplib/book/logs.py 92.95% <100%> (-1.89%) ⬇️
piaplib/pocket.py 100% <100%> (ø) ⬆️
piaplib/pku/__init__.py 100% <100%> (ø) ⬆️
piaplib/__init__.py 80.95% <42.85%> (-19.05%) ⬇️
... and 15 more

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 7c6efdd...ecc592b. Read the comment docs.

@codecov
Copy link

codecov bot commented Dec 13, 2018

Codecov Report

Merging #75 into stable will decrease coverage by 0.06%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           stable      #75      +/-   ##
==========================================
- Coverage   87.58%   87.51%   -0.07%     
==========================================
  Files          29       29              
  Lines        3133     3149      +16     
==========================================
+ Hits         2744     2756      +12     
- Misses        389      393       +4
Impacted Files Coverage Δ
piaplib/pku/__main__.py 100% <ø> (ø) ⬆️
piaplib/__init__.py 100% <100%> (ø) ⬆️
piaplib/pocket.py 100% <100%> (ø) ⬆️
piaplib/book/version.py 100% <100%> (ø) ⬆️
piaplib/pku/__init__.py 91.66% <75%> (-8.34%) ⬇️
piaplib/book/__init__.py 93.33% <83.33%> (-6.67%) ⬇️
piaplib/book/__main__.py 97.72% <90%> (-2.28%) ⬇️
piaplib/pku/utils.py 92.98% <0%> (-0.26%) ⬇️

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 7c6efdd...884a5c1. Read the comment docs.

@coveralls
Copy link

coveralls commented Dec 13, 2018

Coverage Status

Coverage decreased (-0.2%) to 87.381% when pulling 2074c0f on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

9 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 87.5% when pulling 884a5c1 on master into 7c6efdd on stable.

except Exception:
import book.version as version
for dep in [baseconfig, remediation, logs, version]:
for dep in [piaplib, baseconfig, remediation, logs, version]:

Choose a reason for hiding this comment

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

F821 undefined name 'baseconfig'

except Exception:
import book.version as version
for dep in [baseconfig, remediation, logs, version]:
for dep in [piaplib, baseconfig, remediation, logs, version]:

Choose a reason for hiding this comment

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

undefined name 'baseconfig'

exit(3)


try:

Choose a reason for hiding this comment

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

C901 'TryExcept 59' is too complex (17)

exit(3)


try:

Choose a reason for hiding this comment

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

'TryExcept 59' is too complex (17)

theOutputtext = None
rebootIface = None
try:
for someTest in [str("eth0"), str("enp0s")]

Choose a reason for hiding this comment

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

E999 SyntaxError: invalid syntax

rebootIface = None
try:
for someTest in [str("eth0"), str("enp0s")]
if theOutputtext is None:

Choose a reason for hiding this comment

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

E113 unexpected indentation

rebootIface = None
try:
for someTest in [str("eth0"), str("enp0s")]
if theOutputtext is None:

Choose a reason for hiding this comment

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

unexpected indentation

theOutputtext = None
rebootIface = None
try:
for someTest in [str("eth0"), str("enp0s")]

Choose a reason for hiding this comment

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

SyntaxError: invalid syntax

* master:
  PR #33 bug fix for iface typo
  PR #75 fix for code style regression
  regression fix for pocket help order
  attempt to reduce cyclic imports
  attempt to reduce some test complexity
  partial fix for cyclic import in piaplib.book
  partial fix for xeneal test case
  FIXED test to understand '' =~ None
  FIXED CLI --help logic and #32 major fixes for code style
  fix for code-style regression
  #32 cleaned up some code and started refactor to de-coupled logs from configuration
  Corner-case of hard to test boiler-plate code exception
  fix for version function and cleaned up imports a little
  Version Bump part 1
@reactive-firewall reactive-firewall merged commit ecc592b into stable Dec 23, 2018
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.

5 participants