Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 2, 2020

No description provided.

sdimitro and others added 4 commits September 1, 2020 17:57
Pylint started being more strict about the use of Python's
raise-from syntax explained here:
https://www.python.org/dev/peps/pep-3134/

The main idea is to provide a proper traceback whenever an
exception is caught and rethrown. Specifically in our case
though the use of raise-from shouldn't make any difference
for us because SDB is a REPL and prints the error messages
of our sdb-defined exceptions (which are basically faulty
exits of SDB commands).
The latest version of pylint has fixed the false positives
that we worked around on that commit.
drgn changed the way what you instantiate a type object, so we need to
update type_canonicalize().
@codecov-commenter
Copy link

codecov-commenter commented Sep 2, 2020

Codecov Report

Merging #241 into 6.0/stage will not change coverage.
The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           6.0/stage     #241   +/-   ##
==========================================
  Coverage      87.38%   87.38%           
==========================================
  Files             60       60           
  Lines           2473     2473           
==========================================
  Hits            2161     2161           
  Misses           312      312           
Impacted Files Coverage Δ
sdb/commands/help.py 28.12% <0.00%> (ø)
sdb/commands/internal/table.py 93.33% <ø> (ø)
sdb/command.py 73.57% <100.00%> (ø)
sdb/commands/echo.py 100.00% <100.00%> (ø)
sdb/commands/linux/per_cpu.py 100.00% <100.00%> (ø)
sdb/commands/stacks.py 95.55% <100.00%> (ø)
sdb/pipeline.py 82.35% <100.00%> (ø)
sdb/target.py 97.61% <100.00%> (ø)

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 2ff3976...76813d8. Read the comment docs.

@prakashsurya prakashsurya merged commit 5aec34f into 6.0/stage Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants