Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linux-test-project/lcov
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3
Choose a base ref
...
head repository: linux-test-project/lcov
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.1
Choose a head ref
  • 10 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 9, 2025

  1. Pass the --tempdir option from lcov to geninfo (#379)

    lcov invokes geninfo but didn't provide it with the user's --tempdir
    option value (if specified); pass it down.
    
    Signed-off-by: Paul Smith <[email protected]>
    madscientist authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    39e7323 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Configuration menu
    Copy the full SHA
    54ce5db View commit details
    Browse the repository at this point in the history
  2. Make extraction tests work without ${USER} (fixes #378) (#383)

    * extract.sh: Use "grep -F" where possible
    * extract.sh: Set ${USER} when not set or empty in environment
    
    Signed-off-by: Sebastian Pipping <[email protected]>
    hartwork authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    f53848b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Handle space in filename. See #384. (#386)

    Signed-off-by: Henry Cox <[email protected]>
    henry2cox authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    12dc677 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Improved error message, fix typos (#387)

    * Add location to error message.
    * Update default version ID
    * fix spelling
    
    Signed-off-by: Henry Cox <[email protected]>
    henry2cox authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    b1a5332 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Get CI off of about-to-be-removed Ubuntu 20.04 (#391)

    Signed-off-by: Sebastian Pipping <[email protected]>
    hartwork authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    1908004 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Less agressive 'uninstall' target: don't remove directory unless it w…

    …as created by the install process (#393)
    
    See #389, #390
    
    Signed-off-by: Henry Cox <[email protected]>
    henry2cox authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    38a82d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    51515e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. MC/DC layout bug fix. (#396)

    Signed-off-by: Henry Cox <[email protected]>
    henry2cox authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    4bed883 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Improved baseline/current/diff error checking. (#397)

    Signed-off-by: Henry Cox <[email protected]>
    henry2cox authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    5186f73 View commit details
    Browse the repository at this point in the history
Loading