Skip to content
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

Add option to exclude directories from go test #99

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

shaynafinocchiaro
Copy link
Contributor

Description

PR will allow us to exclude directories from unit test check. Some repos, like goscaleio have integration testing in a directory and unit tests in the root directory. The goal is to only run UT as part of PR builds.

Issues

List the issues impacted by this PR:

Issue ID
dell/csm#1490

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

@shaynafinocchiaro shaynafinocchiaro merged commit f3a3c27 into main Nov 14, 2024
2 checks passed
@shaynafinocchiaro shaynafinocchiaro deleted the enhance-go-code-tester branch November 14, 2024 15:05
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.

3 participants