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.3
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.4
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 16, 2024

  1. Add two more helpful steps to update-major-version-tag workflow (#231)

    Add steps to update-major-version-tag workflow to: 
    * Reset the major version tag on the local runner in case it's needed for subsequent workflow steps; and 
    * Display details on the new major version tag to verify it points to the latest release.
    afinetooth authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    29d7fa2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update README.md

    Remove / comment out-of-date section re: `coveralls-api-result`, only available in `v1.x`. 
    
    Please send any questions, suggestions or requests re: this sole output option to support@coveralls.io.
    afinetooth authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0db2c3c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Add coverage-reporter-platform input option (#233)

    * Add coverage-reporter-platform input option to control which architecture-specific version of coverage-reporter is downloaded and run by the github-action. 
    * Since this option is not available for MacOS or Windows, we deliver warning messages if the option is set, but continue processing with default behavior. 
    * We have also stepped back from returning exit code 1 when coverage-reporter-version is set on MacOS and, instead, now deliver a warning message and allowing processing to proceed with the latest version installed by Homebrew. 
    * We have also added tests for different values of coverage-reporter-platform.
    * We've added logic to handle the introduction of new platform-specific filenames available in versions from v0.6.15 up and the different contents of coveralls-checksums.txt to be backwards compatible with versions <= v0.6.14.
    afinetooth authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cfd0633 View commit details
    Browse the repository at this point in the history
Loading