Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Rename GitHubCity's Properties #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Rename GitHubCity's Properties #171

wants to merge 1 commit into from

Conversation

aaronmaynard
Copy link

Purpose

This issue with the current property names presents the opportunity for confusion of code or documentation. This will hopefully prevent that issue.

Approach

The original property identities have been reformatted to a more understanding naming convention; as regulated by the ticket provided.

New Issues/FIXME?

No new issues to be documented

Learning

No findings to be documented

@@ -410,10 +410,10 @@ def getSortedUsers(self, order="public"):
:rtype: str.
"""
try:
self.__dataUsers.sort(key=lambda u: getattr(u, order), reverse=True)
self.__processedUsers.sort(key=lambda u: getattr(u, order), reverse=True)

Choose a reason for hiding this comment

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

line too long (85 > 79 characters)

@codecov
Copy link

codecov bot commented Dec 28, 2017

Codecov Report

Merging #171 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #171   +/-   ##
=======================================
  Coverage   35.29%   35.29%           
=======================================
  Files           3        3           
  Lines         527      527           
=======================================
  Hits          186      186           
  Misses        341      341
Impacted Files Coverage Δ
src/githubcity/ghcity.py 13.45% <0%> (ø) ⬆️

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 45a4394...28816ed. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants