Skip to content

Conversation

@Abi107717
Copy link
Contributor

@Abi107717 Abi107717 commented Dec 21, 2025

Checklist

General

Description

This PR adds comprehensive server tests for the interview management endpoints.

Review Progress

Code Review

  • Code Review 1

Test Coverage

Warning: Server tests failed. Coverage could not be fully measured. Please check the workflow logs.

Last updated: 2026-01-18 21:00:57 UTC

@Abi107717 Abi107717 self-assigned this Dec 21, 2025
@Abi107717 Abi107717 requested a review from az108 as a code owner December 21, 2025 13:53
@Abi107717 Abi107717 linked an issue Dec 21, 2025 that may be closed by this pull request
16 tasks
@github-actions github-actions bot added client Pull requests that update TypeScript code. (Added Automatically!) tests labels Dec 21, 2025
@github-actions
Copy link
Contributor

📊 Test Coverage Report Client
Please review the client coverage report using one of the following methods, and consider adding tests to improve coverage in your modified files:
🔍 View coverage locally

Please run following command in your terminal:
npm run test:ci

and then run:
open build/test-results/lcov-report/index.html

🌐 View coverage from GitHub

Download the HTML coverage report from the GitHub Actions artifacts found at the bottom of the workflow run (under the section called Upload Client Test Coverage Report).
Open the downloaded index.html file in your browser to inspect the coverage details.

@github-actions
Copy link
Contributor

📊 Test Coverage Report Client
Please review the client coverage report using one of the following methods, and consider adding tests to improve coverage in your modified files:
🔍 View coverage locally

Please run following command in your terminal:
npm run test:ci

and then run:
open build/test-results/lcov-report/index.html

🌐 View coverage from GitHub

Download the HTML coverage report from the GitHub Actions artifacts found at the bottom of the workflow run (under the section called Upload Client Test Coverage Report).
Open the downloaded index.html file in your browser to inspect the coverage details.

Copy link
Contributor

@Bofan-Zhu Bofan-Zhu left a comment

Choose a reason for hiding this comment

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

Thanks for adding these tests 😊. I just left 2 comments

@github-actions github-actions bot removed the client Pull requests that update TypeScript code. (Added Automatically!) label Dec 21, 2025
@github-actions github-actions bot added server Pull requests that update Java code. (Added Automatically!) application Code changes in application module. labels Dec 22, 2025
@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@Abi107717 Abi107717 requested a review from Bofan-Zhu December 22, 2025 14:31
@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

Copy link
Contributor

@Bofan-Zhu Bofan-Zhu left a comment

Choose a reason for hiding this comment

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

Thanks for adding the tests. I just left some questions on the queries

@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@Abi107717 Abi107717 requested a review from Bofan-Zhu December 28, 2025 15:34
Copy link
Contributor

@sachmii sachmii left a comment

Choose a reason for hiding this comment

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

Looks good, thank you.

@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

…gement-endpoints' into 1585-server-tests-interview-management-endpoints
@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@Abi107717 Abi107717 requested a review from sachmii December 29, 2025 18:51
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions.

@github-actions
Copy link
Contributor

📊 Server Test Coverage Too Low

🔍 View coverage locally:

./gradlew test jacocoTestReport
open build/reports/jacoco/test/html/index.html

🌐 View coverage from GitHub:
Download the "coverage-report-server" artifact from this workflow run.

@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Contributor

📊 Client Test Coverage Too Low

🔍 View coverage locally:

npm run test:ci
open build/test-results/lcov-report/index.html

🌐 View coverage from GitHub:
Download the "coverage-report-client" artifact from this workflow run.

@github-actions github-actions bot removed the stale label Jan 12, 2026
@github-actions
Copy link
Contributor

📊 Server Test Coverage Too Low

🔍 View coverage locally:

./gradlew test jacocoTestReport
open build/reports/jacoco/test/html/index.html

🌐 View coverage from GitHub:
Download the "coverage-report-server" artifact from this workflow run.

@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Contributor

📊 Client Test Coverage Too Low

🔍 View coverage locally:

npm run test:ci
open build/test-results/lcov-report/index.html

🌐 View coverage from GitHub:
Download the "coverage-report-client" artifact from this workflow run.

@github-actions
Copy link
Contributor

📊 Server Test Coverage Too Low

🔍 View coverage locally:

./gradlew test jacocoTestReport
open build/reports/jacoco/test/html/index.html

🌐 View coverage from GitHub:
Download the "coverage-report-server" artifact from this workflow run.

@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Contributor

📊 Client Test Coverage Too Low

🔍 View coverage locally:

npm run test:ci
open build/test-results/lcov-report/index.html

🌐 View coverage from GitHub:
Download the "coverage-report-client" artifact from this workflow run.

@github-actions
Copy link
Contributor

@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details.

@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Contributor

📊 Client Test Coverage Too Low

🔍 View coverage locally:

npm run test:ci
open build/test-results/lcov-report/index.html

🌐 View coverage from GitHub:
Download the "coverage-report-client" artifact from this workflow run.

@github-actions
Copy link
Contributor

📊 Server Test Coverage Too Low

🔍 View coverage locally:

./gradlew test jacocoTestReport
open build/reports/jacoco/test/html/index.html

🌐 View coverage from GitHub:
Download the "coverage-report-server" artifact from this workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

application Code changes in application module. server Pull requests that update Java code. (Added Automatically!) tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Server Tests: Interview Management Endpoints

5 participants