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

feat: add e2e tests #3054

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

feat: add e2e tests #3054

wants to merge 24 commits into from

Conversation

35C4n0r
Copy link
Contributor

@35C4n0r 35C4n0r commented Jan 18, 2025

Closes #3053

πŸ“‘ Description

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

β„Ή Additional Information

Signed-off-by: 35C4n0r <[email protected]>
Copy link

vercel bot commented Jan 18, 2025

@35C4n0r is attempting to deploy a commit to the KeepHQ Team on Vercel.

A member of the Team first needs to authorize it.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. Feature A new feature labels Jan 18, 2025
Copy link

gitguardian bot commented Jan 18, 2025

οΈβœ… There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


πŸ¦‰ GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jan 19, 2025
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

Attention: Patch coverage is 31.37255% with 105 lines in your changes missing coverage. Please review.

Project coverage is 31.31%. Comparing base (e8cbcb3) to head (755350a).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
tests/e2e_tests/test_grafana_provider.py 29.80% 73 Missing ⚠️
tests/e2e_tests/test_end_to_end.py 27.90% 31 Missing ⚠️
tests/e2e_tests/test_pushing_prometheus_alerts.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3054       +/-   ##
===========================================
- Coverage   43.06%   31.31%   -11.76%     
===========================================
  Files         166       74       -92     
  Lines       16685     8184     -8501     
===========================================
- Hits         7186     2563     -4623     
+ Misses       9499     5621     -3878     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new feature size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[βž• Feature]: add more e2e tests
3 participants