Skip to content

Conversation

@dmjb
Copy link
Member

@dmjb dmjb commented Jan 28, 2026

Due to dependency issues (keychain for encrypted, or 1password), these tests only test the environment type. This does not cover all secrets management functionality, but verifies basic correctness of the secrets endpoints.

@github-actions github-actions bot added size/L Large PR: 600-999 lines changed and removed size/L Large PR: 600-999 lines changed labels Jan 28, 2026
@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.24%. Comparing base (e00d514) to head (d9332e9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3485      +/-   ##
==========================================
+ Coverage   65.15%   65.24%   +0.08%     
==========================================
  Files         398      399       +1     
  Lines       38821    38908      +87     
==========================================
+ Hits        25295    25385      +90     
+ Misses      11564    11557       -7     
- Partials     1962     1966       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dmjb dmjb force-pushed the api-e2e-phase-viii branch from fb44083 to a910ab4 Compare January 28, 2026 15:18
@dmjb dmjb force-pushed the api-e2e-phase-viii branch from a910ab4 to 4da9af4 Compare January 28, 2026 15:18
@github-actions github-actions bot added size/M Medium PR: 300-599 lines changed and removed size/L Large PR: 600-999 lines changed labels Jan 28, 2026
@dmjb dmjb marked this pull request as ready for review January 28, 2026 15:20
Copy link
Member

@eleftherias eleftherias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 404 tests are failing with a 405. Also added one question inline.

defer resp.Body.Close()

By("Verifying response status is 400 or 405")
Expect(resp.StatusCode).To(SatisfyAny(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible that it'll return 2 different status codes today, or is this for future-proofing?

@dmjb dmjb marked this pull request as draft January 28, 2026 16:56
@dmjb dmjb changed the title Add E2E tests for secrets management [WIP] Add E2E tests for secrets management Jan 28, 2026
@github-actions github-actions bot added size/M Medium PR: 300-599 lines changed and removed size/M Medium PR: 300-599 lines changed labels Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Medium PR: 300-599 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants