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

[feature]: automatically add test reports folder to gitignore #1775

Open
1 task done
slayerjain opened this issue Apr 3, 2024 · 2 comments · May be fixed by #1798
Open
1 task done

[feature]: automatically add test reports folder to gitignore #1775

slayerjain opened this issue Apr 3, 2024 · 2 comments · May be fixed by #1798
Labels
Enhancement New feature or request Good First Issue Good for newcomers keploy

Comments

@slayerjain
Copy link
Member

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

We should maybe create a gitignore if possible in the keploy folder that adds the test report folder and prevents it from accidentally being commited.

More ideas to accomplishing this is also welcome.

Why should this be worked on?

Some users have been accientially commiting the reports folder present in the keploy folder to git. This can unnecessarily polute the git history.

Repository

keploy

@slayerjain slayerjain added Enhancement New feature or request Good First Issue Good for newcomers labels Apr 3, 2024
@github-actions github-actions bot added the keploy label Apr 3, 2024
@ethanwater
Copy link
Contributor

I assume we can just create a gitignore file, and write the report path to it? much like how it's done in Rust using cargo

@Akash-Singh04
Copy link
Contributor

@slayerjain Kindly review this and let me know if this implementation works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers keploy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants