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

[git] Fix file stats for merged files on subdirs #841

Merged
merged 2 commits into from
Jun 12, 2024

Commits on Jun 10, 2024

  1. [git] Fix file stats for merged files on subdirs

    Stats about changes on a file were not reported correctly
    for files that where moved to a subdirectory. They
    were reported as an invalid entry and without
    action associated.
    
    For example, the file `dir/filename` was moved to
    `dir/subdir/filename`, but it was reported as `dir//filename`.
    Therefore, the entry of the file `dir/subdire/filename`
    didn't have the stats about added and deleted lines.
    This error has been fixed and stats are reported correctly.
    
    Signed-off-by: Santiago Dueñas <[email protected]>
    sduenas committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7a8cb60 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. [ci] Pin coveralls runner to 0.6.9

    This commit tries to fix the problems we have
    with coveralls. It fails and the tests don't
    pass on GitHub Actions.
    
    Signed-off-by: Santiago Dueñas <[email protected]>
    sduenas committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c8acf7f View commit details
    Browse the repository at this point in the history