diff-cover 8.0.2__tar.gz → 9.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {diff_cover-8.0.2 → diff_cover-9.0.0}/PKG-INFO +1 -1
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/command_runner.py +5 -3
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/diff_reporter.py +1 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/git_diff.py +1 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/git_path.py +1 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/report_generator.py +4 -2
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/snippets.py +18 -2
- {diff_cover-8.0.2 → diff_cover-9.0.0}/pyproject.toml +6 -6
- diff_cover-9.0.0/tests/fixtures/snippet_list.md +38 -0
- diff_cover-9.0.0/tests/fixtures/snippet_list2.md +10 -0
- diff_cover-9.0.0/tests/fixtures/snippet_list3.md +13 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/helpers.py +1 -0
- diff_cover-8.0.2/tests/fixtures/snippet_list.md +0 -38
- diff_cover-8.0.2/tests/fixtures/snippet_list2.md +0 -11
- diff_cover-8.0.2/tests/fixtures/snippet_list3.md +0 -13
- {diff_cover-8.0.2 → diff_cover-9.0.0}/LICENSE +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/README.rst +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/__init__.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/config_parser.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/diff_cover_tool.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/diff_quality_tool.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/hook.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/hookspecs.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/console_coverage_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/console_quality_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/external_style.css +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/html_coverage_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/html_quality_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/markdown_coverage_report.md +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/markdown_quality_report.md +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/snippet_content.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/snippet_content.md +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/snippet_content.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/templates/snippet_style.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/util.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/violationsreporters/__init__.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/violationsreporters/base.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/violationsreporters/java_violations_reporter.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/violationsreporters/violations_reporter.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/__init__.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/add_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/add_html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/changed_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/changed_html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/coverage.xml +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/coverage1.xml +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/coverage2.xml +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/delete_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/delete_html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/dotnet_coverage.xml +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/dotnet_coverage_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/empty.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/empty_pycodestyle_violations.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/external_css_html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/external_style.css +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_add.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_changed.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_code_dupe.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_delete.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_dotnet.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_external_css.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_lua.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_moved.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_mult.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_subdir.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_unicode.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_violations.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/git_diff_violations_two_files.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/hello.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/hi.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/html_report_empty.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/html_report_one_snippet.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/html_report_two_snippets.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/lcov.info +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/lua_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/luacoverage.xml +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/markdown_report_one_snippet.md +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/markdown_report_two_snippets.md +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/moved_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/moved_coverage.xml +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/moved_html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/mult_inputs_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/mult_inputs_html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pycodestyle_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pycodestyle_violations_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pycodestyle_violations_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pycodestyle_violations_report_external_css.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pyflakes_two_files.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pyflakes_violations_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pyflakes_violations_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pylint_dupe.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pylint_dupe_violations_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pylint_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pylint_violations_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pylint_violations_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pylint_violations_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pylintrc +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/show_uncovered_lines_console.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet.css +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_8859.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_arabic_output.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_default.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_invalid_violations.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_list.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_no_filename_ext.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_src.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_src2.cpp +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_src3.cpp +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_unicode.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_unicode.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/snippet_unicode_html_output.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/subdir_coverage_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/subdir_coverage_html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/test_src.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/unicode_console_report.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/unicode_coverage.xml +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/unicode_html_report.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/unicode_test_src.txt +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/violations_test_file.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/snippet_list_unicode.html +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_clover_violations_reporter/test.xml +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_clover_violations_reporter.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_config_parser.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_diff_cover_main.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_diff_cover_tool.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_diff_quality_main.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_diff_reporter.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_git_diff.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_git_path.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_integration.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_java_violations_reporter.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_report_generator.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_snippets.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_util.py +0 -0
- {diff_cover-8.0.2 → diff_cover-9.0.0}/tests/test_violations_reporter.py +0 -0
|
@@ -31,9 +31,11 @@ def execute(command, exit_codes=None):
|
|
|
31
31
|
sys.stderr.write(
|
|
32
32
|
" ".join(
|
|
33
33
|
[
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
(
|
|
35
|
+
cmd.decode(sys.getfilesystemencoding())
|
|
36
|
+
if isinstance(cmd, bytes)
|
|
37
|
+
else cmd
|
|
38
|
+
)
|
|
37
39
|
for cmd in command
|
|
38
40
|
]
|
|
39
41
|
)
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Classes for generating diff coverage reports.
|
|
3
3
|
"""
|
|
4
|
+
|
|
4
5
|
import contextlib
|
|
5
6
|
import json
|
|
7
|
+
import os
|
|
6
8
|
from abc import ABC, abstractmethod
|
|
7
9
|
from gettext import gettext, ngettext
|
|
8
10
|
|
|
@@ -196,8 +198,8 @@ class BaseReportGenerator(ABC):
|
|
|
196
198
|
try:
|
|
197
199
|
violations = self._violations.violations_batch(src_paths_changed)
|
|
198
200
|
self._diff_violations_dict = {
|
|
199
|
-
src_path: DiffViolations(
|
|
200
|
-
violations.get(src_path, []),
|
|
201
|
+
os.path.normpath(src_path): DiffViolations(
|
|
202
|
+
violations.get(os.path.normpath(src_path), []),
|
|
201
203
|
self._violations.measured_lines(src_path),
|
|
202
204
|
self._diff.lines_changed(src_path),
|
|
203
205
|
)
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Load snippets from source files to show violation lines
|
|
3
3
|
in HTML reports.
|
|
4
4
|
"""
|
|
5
|
+
|
|
5
6
|
import contextlib
|
|
6
7
|
from tokenize import open as openpy
|
|
7
8
|
|
|
@@ -115,18 +116,33 @@ class Snippet:
|
|
|
115
116
|
Return a Markdown representation of the snippet using Markdown fenced code blocks.
|
|
116
117
|
See https://github.github.com/gfm/#fenced-code-blocks.
|
|
117
118
|
"""
|
|
119
|
+
|
|
120
|
+
line_number_length = len(str(self._last_line))
|
|
121
|
+
|
|
122
|
+
text = ""
|
|
123
|
+
for i, line in enumerate(self.text().splitlines(), start=self._start_line):
|
|
124
|
+
if i > self._start_line:
|
|
125
|
+
text += "\n"
|
|
126
|
+
|
|
127
|
+
notice = " "
|
|
128
|
+
if i in self._violation_lines:
|
|
129
|
+
notice = "!"
|
|
130
|
+
|
|
131
|
+
format_string = "{} {:>" + str(line_number_length) + "} {}"
|
|
132
|
+
text += format_string.format(notice, i, line)
|
|
133
|
+
|
|
118
134
|
header = "Lines %d-%d\n\n" % (self._start_line, self._last_line)
|
|
119
135
|
if self._lexer_name in self.LEXER_TO_MARKDOWN_CODE_HINT:
|
|
120
136
|
return header + (
|
|
121
137
|
"```"
|
|
122
138
|
+ self.LEXER_TO_MARKDOWN_CODE_HINT[self._lexer_name]
|
|
123
139
|
+ "\n"
|
|
124
|
-
+
|
|
140
|
+
+ text
|
|
125
141
|
+ "\n```\n"
|
|
126
142
|
)
|
|
127
143
|
|
|
128
144
|
# unknown programming language, return a non-decorated fenced code block:
|
|
129
|
-
return "```\n" +
|
|
145
|
+
return "```\n" + text + "\n```\n"
|
|
130
146
|
|
|
131
147
|
def terminal(self):
|
|
132
148
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "diff_cover"
|
|
3
|
-
version = "
|
|
3
|
+
version = "9.0.0"
|
|
4
4
|
description = "Run coverage and linting reports on diffs"
|
|
5
5
|
authors = ["See Contributors"]
|
|
6
6
|
homepage = "https://github.com/Bachmann1234/diff-cover"
|
|
@@ -49,17 +49,17 @@ tomli = {version = ">=1.2.1", optional = true}
|
|
|
49
49
|
setuptools = { version = ">=17.0.0", python = "<3.8" }
|
|
50
50
|
|
|
51
51
|
[tool.poetry.dev-dependencies]
|
|
52
|
-
pytest-cov = "^
|
|
52
|
+
pytest-cov = "^5.0.0"
|
|
53
53
|
pytest-datadir = "^1.5.0"
|
|
54
|
-
pytest-mock = "^3.
|
|
54
|
+
pytest-mock = "^3.14.0"
|
|
55
55
|
pycodestyle = ">=2.9.1"
|
|
56
56
|
flake8 = "^5.0.4"
|
|
57
57
|
pyflakes = "^2.5.0"
|
|
58
|
-
pylint = "^
|
|
58
|
+
pylint = "^3.1.0"
|
|
59
59
|
pylint-pytest = "^1.1.7"
|
|
60
60
|
pydocstyle = "^6.1.1"
|
|
61
|
-
black = "^
|
|
62
|
-
isort = "^5.
|
|
61
|
+
black = "^24.3.0"
|
|
62
|
+
isort = "^5.13.2"
|
|
63
63
|
doc8 = "1.1.1"
|
|
64
64
|
|
|
65
65
|
[tool.poetry.extras]
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
Lines 6-17
|
|
2
|
+
|
|
3
|
+
```python
|
|
4
|
+
6 Line 6
|
|
5
|
+
7 Line 7
|
|
6
|
+
8 Line 8
|
|
7
|
+
9 Line 9
|
|
8
|
+
! 10 Line 10
|
|
9
|
+
11 Line 11
|
|
10
|
+
! 12 Line 12
|
|
11
|
+
! 13 Line 13
|
|
12
|
+
14 Line 14
|
|
13
|
+
15 Line 15
|
|
14
|
+
16 Line 16
|
|
15
|
+
17 Line 17
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
Lines 46-61
|
|
20
|
+
|
|
21
|
+
```python
|
|
22
|
+
46 Line 46
|
|
23
|
+
47 Line 47
|
|
24
|
+
48 Line 48
|
|
25
|
+
49 Line 49
|
|
26
|
+
! 50 Line 50
|
|
27
|
+
! 51 Line 51
|
|
28
|
+
52 Line 52
|
|
29
|
+
53 Line 53
|
|
30
|
+
! 54 Line 54
|
|
31
|
+
! 55 Line 55
|
|
32
|
+
56 Line 56
|
|
33
|
+
! 57 Line 57
|
|
34
|
+
58 Line 58
|
|
35
|
+
59 Line 59
|
|
36
|
+
60 Line 60
|
|
37
|
+
61 Line 61
|
|
38
|
+
```
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
Lines 6-17
|
|
2
|
-
|
|
3
|
-
```python
|
|
4
|
-
Line 6
|
|
5
|
-
Line 7
|
|
6
|
-
Line 8
|
|
7
|
-
Line 9
|
|
8
|
-
Line 10
|
|
9
|
-
Line 11
|
|
10
|
-
Line 12
|
|
11
|
-
Line 13
|
|
12
|
-
Line 14
|
|
13
|
-
Line 15
|
|
14
|
-
Line 16
|
|
15
|
-
Line 17
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Lines 46-61
|
|
20
|
-
|
|
21
|
-
```python
|
|
22
|
-
Line 46
|
|
23
|
-
Line 47
|
|
24
|
-
Line 48
|
|
25
|
-
Line 49
|
|
26
|
-
Line 50
|
|
27
|
-
Line 51
|
|
28
|
-
Line 52
|
|
29
|
-
Line 53
|
|
30
|
-
Line 54
|
|
31
|
-
Line 55
|
|
32
|
-
Line 56
|
|
33
|
-
Line 57
|
|
34
|
-
Line 58
|
|
35
|
-
Line 59
|
|
36
|
-
Line 60
|
|
37
|
-
Line 61
|
|
38
|
-
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diff_cover-8.0.2 → diff_cover-9.0.0}/diff_cover/violationsreporters/java_violations_reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diff_cover-8.0.2 → diff_cover-9.0.0}/tests/fixtures/pycodestyle_violations_report_external_css.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|