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

feat(cdk): force source-map to ^0.7.4 [CLK-393642] #219

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Conversation

ahammond
Copy link
Collaborator

@ahammond ahammond commented Oct 12, 2023

Per mozilla/source-map#454 "This is fixed in source-map@0.7.4."

Symptom:

Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
    at readWasm (/home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/v8-to-istanbul/node_modules/source-map/lib/read-wasm.js:8:13)
    at wasm (/home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/v8-to-istanbul/node_modules/source-map/lib/wasm.js:25:16)
    at /home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/v8-to-istanbul/node_modules/source-map/lib/source-map-consumer.js:264:14
    at V8ToIstanbul.load (/home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/v8-to-istanbul/lib/v8-to-istanbul.js:65:26)
    at /home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/@jest/reporters/build/CoverageReporter.js:626:11
    at async Promise.all (index 0)
    at CoverageReporter._getCoverageResult (/home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/@jest/reporters/build/CoverageReporter.js:584:35)
    at CoverageReporter.onRunComplete (/home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/@jest/reporters/build/CoverageReporter.js:232:34)
    at ReporterDispatcher.onRunComplete (/home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/@jest/core/build/ReporterDispatcher.js:87:9)
    at TestScheduler.scheduleTests (/home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk/node_modules/@jest/core/build/TestScheduler.js:362:5)
👾 Task "build » test" failed when executing "jest --passWithNoTests --coverageProvider=v8 --updateSnapshot" (cwd: /home/runner/work/infratest-aurora-cdk/infratest-aurora-cdk)
Error: Process completed with exit code 1.

@ahammond ahammond requested a review from a team as a code owner October 12, 2023 20:10
@ahammond ahammond self-assigned this Oct 12, 2023
@ahammond ahammond enabled auto-merge (squash) October 12, 2023 20:10
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #219 (a63c935) into main (2cf026a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #219   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files          16       16           
  Lines        2039     2040    +1     
  Branches      122      122           
=======================================
+ Hits         2027     2028    +1     
  Misses         12       12           
Files Coverage Δ
src/clickup-cdk.ts 97.35% <100.00%> (+<0.01%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2cf026a...a63c935. Read the comment docs.

@ahammond ahammond merged commit 9eb34f9 into main Oct 12, 2023
@ahammond ahammond deleted the sourcemap-fix branch October 12, 2023 20:21
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