Skip to content
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

[Enhancement] comment-changes: Add Link Resolution #196

Merged
merged 6 commits into from
May 23, 2023

Conversation

kevinmatthes
Copy link
Owner

No description provided.

@kevinmatthes kevinmatthes added the enhancement New feature or request label May 23, 2023
@kevinmatthes kevinmatthes added this to the v2.0.0 milestone May 23, 2023
@kevinmatthes kevinmatthes self-assigned this May 23, 2023
@kevinmatthes kevinmatthes enabled auto-merge (squash) May 23, 2023 08:23
@github-actions
Copy link
Contributor

Filename                        Stmts    Miss  Cover    Missing
----------------------------  -------  ------  -------  ------------------------------
src/pattern/buffer.rs              21       0  100.00%
src/pattern/io_processor.rs        19      19  0.00%    72-160
src/pattern/reader.rs              29      20  31.03%   57-58, 75-79, 90-130
src/pattern/writer.rs              49      29  40.82%   110-176
src/application.rs                 94      94  0.00%    117-261
src/comment_changes.rs             93      75  19.35%   59-60, 80-81, 108-109, 124-256
src/graph_description.rs          156       0  100.00%
src/macros.rs                       4       0  100.00%
src/running.rs                      4       0  100.00%
src/version.rs                     26       0  100.00%
src/traits/append_as_line.rs        9       0  100.00%
src/traits/colour_message.rs        8       0  100.00%
src/traits/convert_buffer.rs       21       0  100.00%
src/traits/prefer.rs                3       0  100.00%
src/traits/to_stderr.rs             4       0  100.00%
TOTAL                             540     237  56.11%

1 similar comment
@github-actions
Copy link
Contributor

Filename                        Stmts    Miss  Cover    Missing
----------------------------  -------  ------  -------  ------------------------------
src/pattern/buffer.rs              21       0  100.00%
src/pattern/io_processor.rs        19      19  0.00%    72-160
src/pattern/reader.rs              29      20  31.03%   57-58, 75-79, 90-130
src/pattern/writer.rs              49      29  40.82%   110-176
src/application.rs                 94      94  0.00%    117-261
src/comment_changes.rs             93      75  19.35%   59-60, 80-81, 108-109, 124-256
src/graph_description.rs          156       0  100.00%
src/macros.rs                       4       0  100.00%
src/running.rs                      4       0  100.00%
src/version.rs                     26       0  100.00%
src/traits/append_as_line.rs        9       0  100.00%
src/traits/colour_message.rs        8       0  100.00%
src/traits/convert_buffer.rs       21       0  100.00%
src/traits/prefer.rs                3       0  100.00%
src/traits/to_stderr.rs             4       0  100.00%
TOTAL                             540     237  56.11%

@github-actions
Copy link
Contributor

Filename                        Stmts    Miss  Cover    Missing
----------------------------  -------  ------  -------  ------------------------------
src/traits/append_as_line.rs        9       0  100.00%
src/traits/colour_message.rs        8       0  100.00%
src/traits/convert_buffer.rs       21       0  100.00%
src/traits/prefer.rs                3       0  100.00%
src/traits/to_stderr.rs             4       0  100.00%
src/pattern/buffer.rs              21       0  100.00%
src/pattern/io_processor.rs        19      19  0.00%    72-160
src/pattern/reader.rs              29      20  31.03%   57-58, 75-79, 90-130
src/pattern/writer.rs              49      29  40.82%   110-176
src/application.rs                 94      94  0.00%    117-261
src/comment_changes.rs             95      77  18.95%   59-60, 80-81, 108-109, 124-259
src/graph_description.rs          156       0  100.00%
src/macros.rs                       4       0  100.00%
src/running.rs                      4       0  100.00%
src/version.rs                     26       0  100.00%
TOTAL                             542     239  55.90%

@kevinmatthes kevinmatthes merged commit 961cc17 into main May 23, 2023
@kevinmatthes kevinmatthes deleted the feature/comment-changes-link-resolution branch May 23, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant