-
Notifications
You must be signed in to change notification settings - Fork 12
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
Mirror unit test #379
Draft
zbeekman
wants to merge
4
commits into
unstable
Choose a base branch
from
mirror-unit-test
base: unstable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Mirror unit test #379
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## unstable #379 +/- ##
============================================
- Coverage 68.39% 67.93% -0.46%
============================================
Files 92 92
Lines 7995 7996 +1
Branches 1374 1374
============================================
- Hits 5468 5432 -36
- Misses 2030 2070 +40
+ Partials 497 494 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Pylint OutputReport8103 statements analysed. Statistics by type
Raw metrics
Duplication
Messages by category
% errors / warnings by module
Messages
Your code has been rated at 9.83/10 (previous run: 9.83/10, +0.00) Per-file output (click to expand)************* Module taucmdr W: 42, 4: Redefining built-in 'basestring' (redefined-builtin) ************* Module taucmdr.error C: 76, 4: Missing method docstring (missing-docstring) ************* Module taucmdr.progress C:178, 4: Missing method docstring (missing-docstring) ************* Module taucmdr.cf.software.papi_installation C: 49, 0: Wrong continued indentation (add 7 spaces). 'http://fs.paratools.com/tau-mirror/papi-5.5.1.tar.gz']} ^ | (bad-continuation) W: 69, 4: Parameters differ from overridden '_prepare_src' method (arguments-differ) C: 77, 8: Variable name "cc" doesn't conform to u'[a-z_][a-z0-9_]{2,30}$' pattern (invalid-name) ************* Module taucmdr.util R:143, 0: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) R:423, 0: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) W:465,18: Unused argument 'label' (unused-argument) R:714, 4: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) C:734, 4: Missing function docstring (missing-docstring) ************* Module taucmdr.cf.storage.levels C: 64, 0: Missing function docstring (missing-docstring) ************* Module taucmdr.cf.storage.local_file W: 80, 4: Parameters differ from overridden 'write' method (arguments-differ) R:218, 4: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) ************* Module taucmdr.cf.compiler R:300, 8: Too many nested blocks (6/5) (too-many-nested-blocks) C:662, 4: Missing method docstring (missing-docstring) ************* Module taucmdr.mvc.controller C: 54, 0: Missing function docstring (missing-docstring) C: 55, 4: Missing function docstring (missing-docstring) ************* Module taucmdr.mvc.model C: 75, 4: Missing method docstring (missing-docstring) C:349,16: Missing function docstring (missing-docstring) ************* Module taucmdr.cli R:230, 0: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) ************* Module taucmdr.cf.software.tau_installation C:800,45: Variable name "f" doesn't conform to u'[a-z_][a-z0-9_]{2,30}$' pattern (invalid-name) C:900, 4: Missing method docstring (missing-docstring) R:927, 4: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) R:1679, 4: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) C:1828, 4: Missing method docstring (missing-docstring) C:1853, 8: Variable name "p" doesn't conform to u'[a-z_][a-z0-9_]{2,30}$' pattern (invalid-name) C:1854, 8: Variable name "m" doesn't conform to u'[a-z_][a-z0-9_]{2,30}$' pattern (invalid-name) R:169, 0: Too many public methods (26/25) (too-many-public-methods) ************* Module taucmdr.cli.commands.select R:118, 4: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) ************* Module taucmdr.cli.commands.trial.renumber W: 84, 8: Specify string format arguments as logging function parameters (logging-not-lazy) ************* Module taucmdr.cli.commands.experiment.edit C: 39, 0: Missing class docstring (missing-docstring) ************* Module taucmdr.cli.commands.target.copy W: 59,12: Parameters differ from overridden '__call__' method (arguments-differ) ************* Module taucmdr.cli.commands.target.edit W: 61,12: Parameters differ from overridden '__call__' method (arguments-differ) ************* Module taucmdr.cli.commands.target.create W: 68,12: Parameters differ from overridden '__call__' method (arguments-differ) ************* Module taucmdr.model.application C: 50, 0: Missing function docstring (missing-docstring) ************* Module taucmdr.model.project W: 98, 4: Parameters differ from overridden 'delete' method (arguments-differ) R:142, 4: Too many local variables (21/20) (too-many-locals) R:150, 8: Too many nested blocks (8/5) (too-many-nested-blocks) ************* Module taucmdr.model.target W:673, 0: FIXME: not implemented (fixme) R:670, 4: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) ************* Module taucmdr.model.trial R:353, 4: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements) R:529, 4: Too many local variables (24/20) (too-many-locals) W:587,24: Exception arguments suggest string formatting might be intended (raising-format-tuple) ************* Module taucmdr.model.experiment W:109, 4: Parameters differ from overridden 'one' method (arguments-differ) W:113, 4: Parameters differ from overridden 'all' method (arguments-differ) W:117, 4: Parameters differ from overridden 'count' method (arguments-differ) W:123, 4: Parameters differ from overridden 'search' method (arguments-differ) W:127, 4: Parameters differ from overridden 'exists' method (arguments-differ) W:134, 4: Useless super delegation in method 'create' (useless-super-delegation) W:137, 4: Useless super delegation in method 'update' (useless-super-delegation) W:140, 4: Useless super delegation in method 'unset' (useless-super-delegation) W:143, 4: Parameters differ from overridden 'delete' method (arguments-differ) C:432, 4: Missing method docstring (missing-docstring) StderrorUsing config file /home/runner/work/taucmdr/taucmdr/pylintrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.