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: coverallsapp/github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: coverallsapp/github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.2
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 10, 2024

  1. docs: fix the action version (#210)

    prepend the `v`
    Jeff-Tian authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9a6b4a8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Update version of `checkout` action.
    afinetooth authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    38d584d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Correct some incorrect references to `lcov`, which seem to imply it as the only supported coverage report format, leftover from `v1` docs.
    afinetooth authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f795697 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ae2400 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Add build number to supported inputs options (#228)

    * Add `build-number` to input options to let users override the action's default build number: `${{ github.run_id }}`.
     
    Co-authored-by: Brian Torres <briantorres@getgather.com>
    afinetooth and brianatgather authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c258231 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Verify that coverage-reporter-version option is recognized (#229)

    * Add test for coverage-reporter-version.
    * Add logic to handle when coverage-reporter-version is empty, in addition to when it is null/unset.
    * Apply fail-on-error logic to error when user tries to set coverage-reporter-version on MacOS (not available there).
    afinetooth authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    43f11c4 View commit details
    Browse the repository at this point in the history
Loading