Skip to content

chore: version packages#29

Merged
claudiacodacy merged 1 commit into
mainfrom
changeset-release/main
Jul 20, 2026
Merged

chore: version packages#29
claudiacodacy merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@codacy/codacy-cloud-cli@1.6.0

Minor Changes

  • #28 440a57f Thanks @claudiacodacy! - codacy issues --ignore now asks for confirmation before bulk-ignoring. It
    prints how many issues match the current filters and only proceeds when you
    answer y, guarding against a mistyped or too-broad filter ignoring far more
    issues than intended. Pass --skip-confirmation (-y) to bypass the prompt in
    CI or scripts; in a non-interactive shell without that flag the command aborts
    without ignoring anything.

  • #28 440a57f Thanks @claudiacodacy! - Add codacy issues --ignored (-i) to list issues that were marked as ignored
    on Codacy. Without the flag, codacy issues behaves exactly as before; pass
    --ignored to see the ignored ones instead. The
    ignored listing accepts all the same filters as the normal search (--branch,
    --severities, --categories, --tools, --patterns, --languages, --tags,
    --authors, --limit, and --false-positives), and each ignored issue shows
    who ignored it, when, the reason, and any comment. It cannot be combined with
    --overview or --ignore. --output json emits an ignoredIssues array.
    Unignoring individual issues stays with codacy issue <id> --unignore.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR follows the automated Changesets workflow to bump the package version to 1.6.0 and update the CHANGELOG.md. Codacy analysis indicates the changes are up to standards.

A gap exists regarding the verification of the functional changes being released. The Intent Agent identified multiple missing test scenarios for the new features (the bulk-ignore confirmation prompt and the '--ignored' listing command). Ensure these features were thoroughly tested in the source PRs, as they are not verified within this release package.

Test suggestions

  • Verification that 'codacy issues --ignore' prompts for confirmation and respects '--skip-confirmation'
  • Verification that 'codacy issues --ignored' lists ignored issues and supports filters (branch, severities, etc.)
  • Validation that 'codacy issues --ignored --output json' correctly emits an 'ignoredIssues' array
  • Verification that '--ignored' cannot be combined with '--overview' or '--ignore'
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verification that 'codacy issues --ignore' prompts for confirmation and respects '--skip-confirmation'
2. Verification that 'codacy issues --ignored' lists ignored issues and supports filters (branch, severities, etc.)
3. Validation that 'codacy issues --ignored --output json' correctly emits an 'ignoredIssues' array
4. Verification that '--ignored' cannot be combined with '--overview' or '--ignore'

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@claudiacodacy
claudiacodacy merged commit d54aecc into main Jul 20, 2026
4 checks passed
@claudiacodacy
claudiacodacy deleted the changeset-release/main branch July 20, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant