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: scoverage/scalac-scoverage-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.11
Choose a base ref
...
head repository: scoverage/scalac-scoverage-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 16 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 15, 2023

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

Commits on Oct 2, 2023

  1. build(deps): bump actions/checkout from 3 to 4 (#586)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8219eb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 17, 2023

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

Commits on Oct 25, 2023

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

Commits on Nov 19, 2023

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

Commits on Dec 4, 2023

  1. build(deps): bump jsdom from 22.1.0 to 23.0.1 (#593)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 23.0.1.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@22.1.0...23.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ae7da55 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-java from 3 to 4 (#592)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cf74336 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

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

Commits on Feb 1, 2024

  1. build(deps): bump jsdom from 23.0.1 to 24.0.0 (#599)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 23.0.1 to 24.0.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@23.0.1...24.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4cef516 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 23, 2024

  1. feat: add support for 2.12.19 (#602)

    * feat: add support for 2.12.19
    
    closes #601
    
    * feat: also add support for 2.13.13
    ckipp01 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1d749ee View commit details
    Browse the repository at this point in the history
  2. chore: drop support for anything older than 2.12.16 (#603)

    Following what semanticdb has done.
    ckipp01 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b36efcf View commit details
    Browse the repository at this point in the history
  3. chore: drop anything older than 2.13.10 (#604)

    * chore: drop support for anything older than 2.12.16
    
    Following what semanticdb has done.
    
    * chore: drop anything older than 2.13.10
    ckipp01 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fd6a7c7 View commit details
    Browse the repository at this point in the history
Loading