FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Prototype rename tmp file

Open anthony-murphy opened this issue 1 year ago • 3 comments

in progress

anthony-murphy avatar Jun 25 '24 22:06 anthony-murphy

@fluid-example/bundle-size-tests: +2.08 KB
Metric NameBaseline SizeCompare SizeSize Diff
aqueduct.js 467.26 KB 467.3 KB +35 Bytes
azureClient.js 564.03 KB 564.08 KB +49 Bytes
connectionState.js 724 Bytes 724 Bytes No change
containerRuntime.js 263.45 KB 263.47 KB +14 Bytes
fluidFramework.js 428.91 KB 428.92 KB +14 Bytes
loader.js 134.18 KB 134.19 KB +14 Bytes
map.js 42.71 KB 42.71 KB +7 Bytes
matrix.js 150.15 KB 150.16 KB +7 Bytes
odspClient.js 529.87 KB 530.44 KB +584 Bytes
odspDriver.js 97.88 KB 98.43 KB +563 Bytes
odspPrefetchSnapshot.js 42.81 KB 42.83 KB +14 Bytes
sharedString.js 166.23 KB 166.24 KB +7 Bytes
sharedTree.js 419.37 KB 419.37 KB +7 Bytes
Total Size 3.38 MB 3.38 MB +2.08 KB

Baseline commit: 5b71dbe6b637e0e450a0ac8449ff35b8c0d581f8

Generated by :no_entry_sign: dangerJS against 967421b41d072395f94a2ae822f491d00ec3c9af

msfluid-bot avatar Jun 26 '24 22:06 msfluid-bot

Code Coverage Summary

↓ packages.drivers.odsp-driver.src: Line Coverage Change: -0.95%    Branch Coverage Change: 0.85% ↑ packages.drivers.odsp-driver.src.createFile: Line Coverage Change: 81.10%    Branch Coverage Change: 71.92% ↑ packages.drivers.odsp-driver.src.createFile: Line Coverage Change: 81.10%    Branch Coverage Change: 71.92% Baseline commit: 3ed9d07 Baseline build: 301164 Happy Coding!!

Code coverage comparison check passed!!

@jatgarg why is packages.drivers.odsp-driver.src.createFile called out twice?

anthony-murphy avatar Oct 18 '24 00:10 anthony-murphy

Code Coverage Summary

↓ packages.drivers.odsp-driver.src: Line Coverage Change: -0.95%    Branch Coverage Change: 0.85% ↑ packages.drivers.odsp-driver.src.createFile: Line Coverage Change: 81.10%    Branch Coverage Change: 71.92% ↑ packages.drivers.odsp-driver.src.createFile: Line Coverage Change: 81.10%    Branch Coverage Change: 71.92% Baseline commit: 3ed9d07 Baseline build: 301164 Happy Coding!!

Code coverage comparison check passed!!

@jatgarg why is packages.drivers.odsp-driver.src.createFile called out twice?

yeah, seems like sometimes the artifact contains more than 1 stats, however as I checked previously, the values are same as you can see, the difference was same in both of those. So, nothing to worry about as such but I will see if I can handle that.

jatgarg avatar Nov 14 '24 00:11 jatgarg

🔗 No broken links found! ✅

Your attention to detail is admirable.

linkcheck output


> [email protected] ci:check-links /home/runner/work/FluidFramework/FluidFramework/docs
> start-server-and-test "npm run serve -- --no-open" 3000 check-links

1: starting server using command "npm run serve -- --no-open"
and when url "[ 'http://127.0.0.1:3000' ]" is responding with HTTP status code 200
running tests using command "npm run check-links"


> [email protected] serve
> docusaurus serve --no-open

[SUCCESS] Serving "build" directory at: http://localhost:3000/

> [email protected] check-links
> linkcheck http://localhost:3000 --skip-file skipped-urls.txt

Crawling...

Stats:
  170005 links
    1595 destination URLs
    1825 URLs ignored
       0 warnings
       0 errors


github-actions[bot] avatar Nov 22 '24 22:11 github-actions[bot]