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

test: use worker env for passing mock app url #203

Merged
merged 2 commits into from
May 27, 2024

Conversation

TheUnderScorer
Copy link
Contributor

No description provided.

@TheUnderScorer TheUnderScorer self-assigned this May 24, 2024
Copy link
Contributor

github-actions bot commented May 24, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 304/304
🟢 Branches 97.92% 47/48
🟢 Functions 100% 79/79
🟢 Lines 100% 289/289

Test suite run success

175 tests passing in 12 suites.

Report generated by 🧪jest coverage report action from b18e115

Show full coverage report
St File % Stmts % Branch % Funcs % Lines Uncovered Line #s
🟢 All files 100 97.91 100 100
🟢  src 100 100 100 100
🟢   config.ts 100 100 100 100
🟢   env.ts 100 100 100 100
🟢   handler.ts 100 100 100 100
🟢   index.ts 100 100 100 100
🟢  src/handlers 100 92.85 100 100
🟢   handleDownloadScript.ts 100 100 100 100
🟢   handleIngressAPI.ts 100 80 100 100 20
🟢   handleStatusPage.ts 100 100 100 100
🟢   index.ts 100 100 100 100
🟢  src/utils 100 100 100 100
🟢   addProxyIntegrationHeaders.ts 100 100 100 100
🟢   addTrafficMonitoring.ts 100 100 100 100
🟢   cookie.ts 100 100 100 100
🟢   createErrorResponse.ts 100 100 100 100
🟢   createResponseWithMaxAge.ts 100 100 100 100
🟢   fetchCacheable.ts 100 100 100 100
🟢   getCacheControlHeaderWithMaxAgeIfLower.ts 100 100 100 100
🟢   index.ts 100 100 100 100
🟢   proxyEndpoint.ts 100 100 100 100
🟢   returnHttpResponse.ts 100 100 100 100
🟢   routing.ts 100 100 100 100

@TheUnderScorer TheUnderScorer force-pushed the chore/INTER-706-mock-app-runtime-endpoints branch from 6531007 to 4cd66ce Compare May 24, 2024 08:26
Copy link
Contributor

This PR will create a minor release 🚀

1.6.0 (2024-05-24)

Features

  • remove hard-coded proxy endpoints, introduce config in build (f5e91c2)

Performance Improvements

  • updated Cloudflare worker runtime compabilitiy date (07eaaba)

@TheUnderScorer TheUnderScorer marked this pull request as ready for review May 24, 2024 08:38
@TheUnderScorer TheUnderScorer merged commit f213a40 into rc May 27, 2024
8 checks passed
@TheUnderScorer TheUnderScorer deleted the chore/INTER-706-mock-app-runtime-endpoints branch May 27, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants