-
Notifications
You must be signed in to change notification settings - Fork 76
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: coverallsapp/github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 4 files changed
- 3 contributors
Commits on Oct 10, 2024
-
Extend behavior of
fail-on-erroroption to setup failures (#226)* Technically an enhancement, these changes make the action behave as many customers already expect by ignoring any and all failures when the `fail-on-error` input is set to `false`. * Adds logic to handle any failures in "setup" tasks, including downloading the associated binary, verifying the binary, and finding the binary by its expected name after extraction. * The new logic checks these actions and exits with exit code `1` on failure, except if `fail-on-error` input is set to `true`, in which case it returns exit code `0`. * Adds a matrix workflow that tests the action for each `os` and each key binary command (`report` and `done`). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario. * Extends the behavior of `debug: true` to flip the shell-specific debug flag for each `os` including `set -x` for `linux` and `macos` and `Set-PSDebug -Trace 1` for `windows`
Configuration menu - View commit details
-
Copy full SHA for 1134c89 - Browse repository at this point
Copy the full SHA 1134c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6b4a8 - Browse repository at this point
Copy the full SHA 9a6b4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d584d - Browse repository at this point
Copy the full SHA 38d584dView commit details -
Correct some incorrect references to `lcov`, which seem to imply it as the only supported coverage report format, leftover from `v1` docs.
Configuration menu - View commit details
-
Copy full SHA for f795697 - Browse repository at this point
Copy the full SHA f795697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae2400 - Browse repository at this point
Copy the full SHA 0ae2400View commit details
Commits on Oct 11, 2024
-
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 <[email protected]>Configuration menu - View commit details
-
Copy full SHA for c258231 - Browse repository at this point
Copy the full SHA c258231View commit details
Commits on Oct 15, 2024
-
Verify that
coverage-reporter-versionoption 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).
Configuration menu - View commit details
-
Copy full SHA for 43f11c4 - Browse repository at this point
Copy the full SHA 43f11c4View commit details
Commits on Oct 16, 2024
-
Always point the major version tag to the latest release (#230)
* Add a workflow to always point the major version tag to the latest release.
Configuration menu - View commit details
-
Copy full SHA for 4cdef0b - Browse repository at this point
Copy the full SHA 4cdef0bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.0...v2.3.3