X Tutup
Skip to content

loosen codeclimate#833

Merged
Eldinnie merged 1 commit intomasterfrom
codeclimate.yml
Sep 25, 2017
Merged

loosen codeclimate#833
Eldinnie merged 1 commit intomasterfrom
codeclimate.yml

Conversation

@Eldinnie
Copy link
Copy Markdown
Member

Codeclimate's defaults are pretty strict. Our complexity is High for objects and bot methods so I decreased the RADON-setting to be a bit more forgiving.
Secondly I removed the warning for similar code leaving only duplicate code.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 15, 2017

Codecov Report

Merging #833 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #833      +/-   ##
==========================================
+ Coverage    91.2%   91.27%   +0.07%     
==========================================
  Files         101      101              
  Lines        4023     4023              
  Branches      614      614              
==========================================
+ Hits         3669     3672       +3     
+ Misses        209      208       -1     
+ Partials      145      143       -2
Flag Coverage Δ
#Appveyor 86.35% <ø> (ø) ⬆️
#Travis 90.9% <ø> (+0.22%) ⬆️
Impacted Files Coverage Δ
telegram/ext/jobqueue.py 91.89% <0%> (+0.54%) ⬆️
telegram/ext/conversationhandler.py 81.08% <0%> (+1.8%) ⬆️

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 5614af1...867ed05. Read the comment docs.

Codeclimate's defaults are pretty strict. Our complexity is High for objects and bot methods so I decreased the RADON-setting to be a bit more forgiving.
Secondly I removed the warning for `similar` code leaving only `duplicate` code.
Copy link
Copy Markdown
Member

@jsmnbom jsmnbom left a comment

Choose a reason for hiding this comment

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

Looks good, it was a bit too strict before :)

@jsmnbom jsmnbom added the 📋 pending-merge work status: pending-merge label Sep 25, 2017
@Eldinnie Eldinnie merged commit 7c3bba4 into master Sep 25, 2017
@Eldinnie Eldinnie deleted the codeclimate.yml branch September 25, 2017 18:57
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

📋 pending-merge work status: pending-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup