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 warnings in python scripts. #3874

Merged
merged 2 commits into from Jul 13, 2018
Merged

Conversation

markusthoemmes
Copy link
Contributor

See title.

Also enabled Flake8 to exit non-zero if there are warnings, seems like there is no harm to that right now. We can always disable that again if it really gets in the way.

@markusthoemmes markusthoemmes added the review Review for this PR has been requested and yet needs to be done. label Jul 12, 2018
@codecov-io
Copy link

Codecov Report

Merging #3874 into master will decrease coverage by 4.78%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3874      +/-   ##
==========================================
- Coverage   75.56%   70.78%   -4.79%     
==========================================
  Files         145      145              
  Lines        6896     6896              
  Branches      426      426              
==========================================
- Hits         5211     4881     -330     
- Misses       1685     2015     +330
Impacted Files Coverage Δ
...core/database/cosmosdb/RxObservableImplicits.scala 0% <0%> (-100%) ⬇️
...core/database/cosmosdb/CosmosDBArtifactStore.scala 0% <0%> (-95.08%) ⬇️
...sk/core/database/cosmosdb/CosmosDBViewMapper.scala 0% <0%> (-92.6%) ⬇️
...whisk/core/database/cosmosdb/CosmosDBSupport.scala 0% <0%> (-81.82%) ⬇️
...abase/cosmosdb/CosmosDBArtifactStoreProvider.scala 0% <0%> (-58.83%) ⬇️
...la/whisk/core/database/cosmosdb/CosmosDBUtil.scala 92% <0%> (-4%) ⬇️

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 d3bd9e6...9b26d5d. Read the comment docs.

@@ -278,12 +278,12 @@ Components = [
'build a runtime action container, matching name using the regex; NOTE: must use --dir for path to runtime directory',
yaml = False,
gradle = 'core:$1:distDocker'),

Copy link
Member

Choose a reason for hiding this comment

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

how did these sneak in here with scancode anyway!?

@rabbah rabbah merged commit 731dbe5 into apache:master Jul 13, 2018
BillZong pushed a commit to BillZong/openwhisk that referenced this pull request Nov 18, 2019
* Fix Flake8 warnings.
* Enable Flake8 to abort the build even on warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review Review for this PR has been requested and yet needs to be done.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants