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: run tests on cloudflare workers #1546

Merged
merged 8 commits into from
Oct 12, 2024
Merged

test: run tests on cloudflare workers #1546

merged 8 commits into from
Oct 12, 2024

Conversation

belgattitude
Copy link
Owner

No description provided.

Copy link

changeset-bot bot commented Oct 12, 2024

🦋 Changeset detected

Latest commit: a8a0098

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages
Name Type
@httpx/plain-object Patch
@httpx/dsn-parser Patch
@httpx/exception Patch
@httpx/memo-intl Patch
@httpx/json-api Patch
@httpx/assert Patch
@httpx/treeu Patch
@examples/nextjs-app Patch
prisma-exception Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

nx-cloud bot commented Oct 12, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a8a0098. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link

socket-security bot commented Oct 12, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@astrojs/[email protected] Transitive: environment, filesystem +11 6.39 MB fredkschott, matthewp, natemoo-re
npm/@astrojs/[email protected] Transitive: environment, eval +58 4.68 MB fredkschott, matthewp, natemoo-re
npm/@cloudflare/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +97 235 MB wrangler-publisher
npm/@codspeed/[email protected] Transitive: environment, eval, filesystem, network, unsafe +7 1.96 MB art049
npm/@edge-runtime/[email protected] eval, unsafe +1 468 kB kikobeats
npm/@vitest/[email protected] environment Transitive: eval, filesystem, network, shell +72 18 MB vitestbot
npm/@vitest/[email protected] Transitive: filesystem +16 1.92 MB vitestbot
npm/@vitest/[email protected] Transitive: filesystem +13 2.19 MB vitestbot
npm/[email protected] Transitive: environment, eval, filesystem +35 22.2 MB fredkschott
npm/[email protected] environment, filesystem, network, shell +24 245 MB esbuild, evanw
npm/[email protected] unsafe Transitive: environment, filesystem +6 2.57 MB vercel-release-bot
npm/[email protected] None 0 217 kB francoismassart
npm/[email protected] environment, filesystem, network, shell, unsafe +17 449 MB vercel-release-bot
npm/[email protected] Transitive: environment, eval +22 4.48 MB quietshu
npm/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +297 156 MB quietshu
npm/[email protected] None +4 260 kB romainmenke
npm/[email protected] environment +1 4.61 MB react-bot
npm/[email protected] environment, network +7 92.8 kB lukeed
npm/[email protected] None 0 21.8 kB lukeed
npm/[email protected] environment, filesystem Transitive: network, shell, unsafe +32 10 MB adamwathan
npm/[email protected] filesystem +2 143 kB aleclarson
npm/[email protected] Transitive: environment, filesystem, network, shell +30 233 MB antfu, patak, soda, ...2 more
npm/[email protected] Transitive: environment, filesystem, shell, unsafe +74 15.4 MB antfu, oreanno, patak, ...1 more

🚮 Removed packages: npm/[email protected]

View full report↗︎

Copy link

codspeed-hq bot commented Oct 12, 2024

CodSpeed Performance Report

Merging #1546 will improve performances by 40.14%

Comparing cloudflare-tests (a8a0098) with main (b7c684f)

Summary

⚡ 2 improvements
✅ 12 untouched benchmarks

Benchmarks breakdown

Benchmark main cloudflare-tests Change
FlatTreeWsMapper.toTreeNodesOrThrow 71.9 ms 63.4 ms +13.4%
DfsTreeSearch.findOne(id_NotExists) over 10_000 15.3 ms 10.9 ms +40.14%

Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.66%. Comparing base (b7c684f) to head (a8a0098).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1546      +/-   ##
==========================================
+ Coverage   93.64%   93.66%   +0.02%     
==========================================
  Files         132      132              
  Lines        1259     1263       +4     
  Branches      260      261       +1     
==========================================
+ Hits         1179     1183       +4     
  Misses         72       72              
  Partials        8        8              
Flag Coverage Δ
httpx-assert-unit 93.66% <100.00%> (+0.02%) ⬆️
httpx-dsn-parser-unit 93.66% <100.00%> (+0.02%) ⬆️
httpx-exception-unit 93.66% <100.00%> (+0.02%) ⬆️
httpx-json-api-unit 93.66% <100.00%> (+0.02%) ⬆️
httpx-memo-intl-unit 93.66% <100.00%> (+0.02%) ⬆️
httpx-plain-object-unit 93.66% <100.00%> (+0.02%) ⬆️
httpx-treeu-unit 93.66% <100.00%> (+0.02%) ⬆️
Files with missing lines Coverage Δ
...ackages/assert/src/__tests__/object.guards.test.ts 85.29% <100.00%> (+1.96%) ⬆️
packages/treeu/src/mapper/flat-tree-ws-mapper.ts 94.91% <ø> (ø)

@belgattitude belgattitude merged commit bdf9e19 into main Oct 12, 2024
20 checks passed
@belgattitude belgattitude deleted the cloudflare-tests branch October 12, 2024 20:16
@belgattitude belgattitude mentioned this pull request Oct 12, 2024
belgattitude added a commit that referenced this pull request Nov 25, 2024
* test: run tests con cloudflare workers

* test: run tests con cloudflare workers

* test: run tests on cloudflare workers

* test: run tests on cloudflare workers

* test: run tests on cloudflare workers

* Revert "test: run tests on cloudflare workers"

This reverts commit 5b0453c.

* test: run tests on cloudflare workers

* test: run tests on cloudflare workers
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.

1 participant