Skip to content

Conversation

JP-Ellis
Copy link
Contributor

📝 Summary

Disable reruns in VS Code.

🚨 Breaking Changes

🔥 Motivation

If I run a test in VS Code to check for errors, I probably don't want the failure to appear in triplicates...

🔨 Test Plan

🔗 Related issues/PRs

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis self-assigned this Sep 11, 2025
@Copilot Copilot AI review requested due to automatic review settings September 11, 2025 00:44
Copy link
Contributor

@Copilot Copilot AI left a comment

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 disables test reruns in VS Code by adding the --reruns=0 argument to pytest configuration. This prevents failed tests from running multiple times when executed through the VS Code testing interface.

  • Added --reruns=0 to pytest arguments in VS Code settings

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

codecov bot commented Sep 11, 2025

⚠️ File not in storage

No result to display due to the CLI not being able to find the file.
Please ensure the file contains junit in the name and automated file search is enabled,
or the desired file specified by the file and search_dir arguments of the CLI.

@JP-Ellis JP-Ellis merged commit 23b31b6 into main Sep 11, 2025
60 checks passed
@JP-Ellis JP-Ellis deleted the chore/disable-reruns-in-vscode branch September 11, 2025 00:52
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