Thanks to visit codestin.com
Credit goes to github.com

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: python-wheel-build/elfdeps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: python-wheel-build/elfdeps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 26, 2024

  1. Add coverage to tests (#5)

    Add coverage reporting to tests and GitHub actions.
    
    Also fix a problem with analyzing tar balls. `suffix` only contains the
    last suffix.
    
    Signed-off-by: Christian Heimes <[email protected]>
    tiran authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5177b43 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Analyze directory tree and archives (#6)

    Add APIs to analyze a directory tree or an archive (zip, tar). By
    default, all regular files with executable bit are analyzed except for
    files that have a `.py`, `.sh`, or docs extension (md, rst, txt). In
    addition, files with a pattern like `lib*.so`, `lib*.so.1.2.3`, and
    `ld-*.so` are analyzed, too.
    
    Signed-off-by: Christian Heimes <[email protected]>
    tiran authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b79dbab View commit details
    Browse the repository at this point in the history
Loading