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: Mubashwer/git-mob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: Mubashwer/git-mob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    ccd99e6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump inquire from 0.6.2 to 0.7.4 (#55)

    Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.6.2 to 0.7.4.
    - [Release notes](https://github.com/mikaelmello/inquire/releases)
    - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md)
    - [Commits](mikaelmello/inquire@v0.6.2...v0.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: inquire
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ec13a6c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. ci: exclude test files from coverage

    Use grcov (again!) instead of cargo-llvm-cov
    
    Exclude test modules via regex
    
    Use absolute path for LLVM_PROFILE_FILE. This fixes grcov test coverage of integration tests with which are run in a different directory (setup and prepare-commit-msg tests). grcov was originally replaced with cargo-llvm-cov due to this issue.
    Mubashwer committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1ee4f21 View commit details
    Browse the repository at this point in the history
  2. chore: remove *.profraw from .gitignore

    These are now generated in target/coverage directory
    which is already ignored
    Mubashwer committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    47ea1d5 View commit details
    Browse the repository at this point in the history
  3. ci: run tests on windows and macos (#60)

    Remove env CARGO_INCREMENTAL=0 from test-coverage job
    because it is set by default
    Mubashwer authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e3e3284 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    da12979 View commit details
    Browse the repository at this point in the history
  2. fix(setup): create githook in correct path when hooks dir starts with ~

    Expand tilde in hooks directory before creating prepare-commit-msg githook there
    Mubashwer committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a741e2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b8f60d View commit details
    Browse the repository at this point in the history
Loading