Skip to content

Bump qltysh/qlty-action from 1 to 2 #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps qltysh/qlty-action from 1 to 2.

Release notes

Sourced from qltysh/qlty-action's releases.

v2.0.0

This release mirrors the breaking change we introduced in the qlty CLI proper: we now validate coverage data by default instead of uplpoading coverage data to qlty that qlty cannot use. Now you must opt out of this behavior whereas previously opt in.

What This Means for You:

  • If coverage reporting is working as expected, you'll experience no impact. If you're uploading valid reports and seeing directory and file-level coverage metrics in Qlty, you don't need to do anything. (If your reports include mismatched paths, you'll see specific path errors listed within your CI output)
  • Potential CI Build Failures: Once this change is implemented, if your current CI/CD pipeline uploads a report with mismatched paths, your builds will begin to fail when executing qlty coverage publish.
  • Quick Fix for Build Failures: If your builds start failing and you need to get them passing immediately, you can temporarily add validate: false to the GitHub Action configuration. This will disable validation and allow your CI build to pass (though your coverage data will remain broken until you've uploaded a valid report).

We believe this change will significantly improve the accuracy and usability of your coverage data within Qlty. If you have any questions or require assistance, please don't hesitate to contact our support team.

v1.2.0 (2025-08-04)

Fixed

  • Ensure correct commit sha provided from PRs for 'complete' action (#125)
  • More robust error output in face of unknown errors (#121)
  • Set output directory to RUNNER_TEMP (#110)

Thank you, @​enell for your contribution!

Full Changelog: qltysh/qlty-action@v1.1.1...v1.2.0

v1.1.1

What's Changed

Full Changelog: qltysh/qlty-action@v1.1.0...v1.1.1

v1.1.0

What's Changed

Full Changelog: qltysh/qlty-action@v1.0.0...v1.1.0

Changelog

Sourced from qltysh/qlty-action's changelog.

v1.2.0 (2025-08-04)

Fixed

  • Ensure correct commit sha provided from PRs for 'complete' action (#125)
  • More robust error output in face of unknown errors (#121)
  • Set output directory to RUNNER_TEMP (#110)

Thank you, @​enell for your contribution!

v1.1.1 (2025-06-25)

Improved

  • Make files arg optional for complete (#112)
Commits
  • 9e8e09d Change default: validate by default now (#128)
  • aa71fdc chore: Update changelog for 1.2.0 (#127)
  • a75bce4 chore: Send --no-validate argument to CLI when validate is false (#126)
  • cac0a0e fix: Override commit sha for PRs for 'complete' action (#125)
  • 6bec266 fix: more robust error output in face of unknown errors (#121)
  • 325e718 fix: set output directory to RUNNER_TEMP (#110)
  • b9133a4 Make files arg optional for complete (#112)
  • 8d5c844 Change 'files' parameter to only be required when command is publish (#103)
  • 1098731 changelog
  • 34b2098 Add command input to coverage action ("publish" the default, or "complete")...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [qltysh/qlty-action](https://github.com/qltysh/qlty-action) from 1 to 2.
- [Release notes](https://github.com/qltysh/qlty-action/releases)
- [Changelog](https://github.com/qltysh/qlty-action/blob/main/CHANGELOG.md)
- [Commits](qltysh/qlty-action@v1...v2)

---
updated-dependencies:
- dependency-name: qltysh/qlty-action
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 7, 2025
Copy link

github-actions bot commented Aug 7, 2025

Code Coverage

Package Line Rate Branch Rate Health
oauth2 100% 100%
Summary 100% (519 / 519) 100% (174 / 174)

Minimum allowed line rate is 100%

@coveralls
Copy link

Pull Request Test Coverage Report for Build 16795934586

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 16794540499: 0.0%
Covered Lines: 519
Relevant Lines: 519

💛 - Coveralls

@pboling pboling merged commit b6611d1 into main Aug 7, 2025
38 checks passed
@pboling pboling deleted the dependabot/github_actions/qltysh/qlty-action-2 branch August 7, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants