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

Run test corpus via regular go test #134

Open
applejag opened this issue May 27, 2024 · 0 comments
Open

Run test corpus via regular go test #134

applejag opened this issue May 27, 2024 · 0 comments
Labels
chore Routine task, refactoring, or other changes not affecting end-users directly.

Comments

@applejag
Copy link
Collaborator

Expected Behavior

Running go test ./... tests everything we need to test.

Also, if it runs via go test, then we get cover reports from the corpus tests.

Current Behavior

Running corpus tests must be done externally, and we don't get any cover reports from it.

As a result, Codecov can't see what we've tested.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Operating System: linux
  • kubectl version: v1.30.1
  • kubecolor version: v0.3.3
@applejag applejag added the chore Routine task, refactoring, or other changes not affecting end-users directly. label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Routine task, refactoring, or other changes not affecting end-users directly.
Projects
None yet
Development

No branches or pull requests

1 participant