build(deps-dev): bump @babel/core from 7.11.1 to 7.12.10 #144

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/babel/core-7.12.10 into master 2020-12-11 23:22:16 +00:00
dependabot-preview[bot] commented 2020-12-10 10:35:24 +00:00 (Migrated from github.com)

Bumps @babel/core from 7.11.1 to 7.12.10.

Release notes

Sourced from @babel/core's releases.

v7.12.10 (2020-12-09)

Thanks @AndrewSouthpaw for your first PR!

👓 Spec Compliance

  • babel-parser
    • #12443 Make sure estree test should not throw if babel parser does not throw (@JLHwung)
    • #12375 Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (@JLHwung)

🐛 Bug Fix

💅 Polish

  • babel-preset-env

📝 Documentation

🏠 Internal

  • Other
  • babel-cli, babel-node, babel-plugin-transform-runtime, babel-register
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
  • babel-helper-fixtures, babel-types
  • babel-core, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol
  • babel-parser

Committers: 7

Changelog

Sourced from @babel/core's changelog.

v7.12.10 (2020-12-09)

👓 Spec Compliance

  • babel-parser
    • #12443 Make sure estree test should not throw if babel parser does not throw (@JLHwung)
    • #12375 Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (@JLHwung)

🐛 Bug Fix

💅 Polish

  • babel-preset-env

📝 Documentation

🏠 Internal

  • Other
  • babel-cli, babel-node, babel-plugin-transform-runtime, babel-register
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
  • babel-helper-fixtures, babel-types
  • babel-core, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol
  • babel-parser

v7.12.9 (2020-11-24)

🐛 Bug Fix

  • babel-plugin-transform-typescript, babel-traverse

v7.12.8 (2020-11-23)

🐛 Bug Fix

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.12.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/core's releases</a>.</em></p> <blockquote> <h2>v7.12.10 (2020-12-09)</h2> <p>Thanks <a href="https://github.com/AndrewSouthpaw">@AndrewSouthpaw</a> for your first PR!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12443">#12443</a> Make sure estree test should not throw if babel parser does not throw (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12375">#12375</a> Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12424">#12424</a> Fix printing BigIntLiterals/DecimalLiterals with compact option (<a href="https://github.com/existentialism">@existentialism</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12418">#12418</a> babel-types update OptionalCallExpression to support ArgumentPlaceholder (<a href="https://github.com/zxbodya">@zxbodya</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12395">#12395</a> Fix <code>t.isReferenced()</code> for named re-exports (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12394">#12394</a> Set correct <code>path.context</code> un <code>push/unshiftContainer</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12402">#12402</a> Clarify warning source about underspecified corejs option in preset-env. (<a href="https://github.com/AndrewSouthpaw">@AndrewSouthpaw</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12449">#12449</a> Add StaticBlock to Table of Contents in AST spec (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12450">#12450</a> Use new CircleCI images (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12453">#12453</a> Use Yarn 2.4.0 (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12430">#12430</a> chore: remove travis-ci badge (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12397">#12397</a> chore: bump chokidar in glob-watcher to ^3.4.0 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-node</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12458">#12458</a> Use native Node.js functions when available (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12253">#12253</a> Stop using old JSX transform (<a href="https://github.com/Andarist">@Andarist</a>)</li> </ul> </li> <li><code>babel-helper-fixtures</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12440">#12440</a> Prepare codebase for inline Babel 8 breaking changes (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-node</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12439">#12439</a> Use <code>require.resolve</code> instead of the <code>resolve</code> package (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12398">#12398</a> refactor: simplify isAwaitAllowed (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>Committers: 7</h4> <ul> <li>Andrew Smith (<a href="https://github.com/AndrewSouthpaw">@AndrewSouthpaw</a>)</li> <li>Bogdan Savluk (<a href="https://github.com/zxbodya">@zxbodya</a>)</li> <li>Brian Ng (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li>Mateusz Burzyński (<a href="https://github.com/Andarist">@Andarist</a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">@babel/core's changelog</a>.</em></p> <blockquote> <h2>v7.12.10 (2020-12-09)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12443">#12443</a> Make sure estree test should not throw if babel parser does not throw (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12375">#12375</a> Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12424">#12424</a> Fix printing BigIntLiterals/DecimalLiterals with compact option (<a href="https://github.com/existentialism">@existentialism</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12418">#12418</a> babel-types update OptionalCallExpression to support ArgumentPlaceholder (<a href="https://github.com/zxbodya">@zxbodya</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12395">#12395</a> Fix <code>t.isReferenced()</code> for named re-exports (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12394">#12394</a> Set correct <code>path.context</code> un <code>push/unshiftContainer</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12402">#12402</a> Clarify warning source about underspecified corejs option in preset-env. (<a href="https://github.com/AndrewSouthpaw">@AndrewSouthpaw</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12449">#12449</a> Add StaticBlock to Table of Contents in AST spec (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12450">#12450</a> Use new CircleCI images (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12453">#12453</a> Use Yarn 2.4.0 (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12430">#12430</a> chore: remove travis-ci badge (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12397">#12397</a> chore: bump chokidar in glob-watcher to ^3.4.0 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-node</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12458">#12458</a> Use native Node.js functions when available (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12253">#12253</a> Stop using old JSX transform (<a href="https://github.com/Andarist">@Andarist</a>)</li> </ul> </li> <li><code>babel-helper-fixtures</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12440">#12440</a> Prepare codebase for inline Babel 8 breaking changes (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-node</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12439">#12439</a> Use <code>require.resolve</code> instead of the <code>resolve</code> package (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12398">#12398</a> refactor: simplify isAwaitAllowed (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h2>v7.12.9 (2020-11-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12391">#12391</a> Update pathCache in <code>NodePath#_replaceWith</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h2>v7.12.8 (2020-11-23)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12390">#12390</a> Avoid infinite loops in type inference logic (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e9014540969b266d30ba91aba234e83573522117"><code>e901454</code></a> v7.12.10</li> <li><a href="https://github.com/babel/babel/commit/208acb1d6c216b265fd49b9d393237a45725ff6a"><code>208acb1</code></a> Use <code>require.resolve</code> instead of the <code>resolve</code> package (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12439">#12439</a>)</li> <li><a href="https://github.com/babel/babel/commit/e334a8888468e38cb04d3b465c158f06c012938f"><code>e334a88</code></a> v7.12.9</li> <li><a href="https://github.com/babel/babel/commit/16184887ab225e0f54f949faf94a5b014b4278a2"><code>1618488</code></a> v7.12.8</li> <li><a href="https://github.com/babel/babel/commit/23226d93d4ebd1156cf23773579c5cea09bbcdf6"><code>23226d9</code></a> v7.12.7</li> <li><a href="https://github.com/babel/babel/commit/6a0e909c13d00cf910b5574c94ceb77021a8b1b8"><code>6a0e909</code></a> Don't compile <code>import()</code> in development (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12288">#12288</a>)</li> <li><a href="https://github.com/babel/babel/commit/ddd868f838f652d6fd8e749a28111b578a800a9e"><code>ddd868f</code></a> Account for ConfigItem being generated by another copy of Babel (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11734">#11734</a>)</li> <li><a href="https://github.com/babel/babel/commit/21f42544ca5e8010c54c3bba60d29a15908297d1"><code>21f4254</code></a> Fixed incorrectly implemented tests for <code>loadOptions</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12301">#12301</a>)</li> <li><a href="https://github.com/babel/babel/commit/b649f8d192dd1c62e2a31d856a7c39ff21d70dd5"><code>b649f8d</code></a> Fix packages documentation README links. (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12289">#12289</a>)</li> <li><a href="https://github.com/babel/babel/commit/ed498a772bba914f9685ff595f7acdb7af57352a"><code>ed498a7</code></a> Use <code>workspace:*</code> for devDependencies (again) (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12217">#12217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.12.10/packages/babel-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.11.1&new-version=7.12.10)](https://dependabot.com/compatibility-score/?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.11.1&new-version=7.12.10) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
mcataford (Migrated from github.com) reviewed 2020-12-10 10:35:24 +00:00
codecov-io commented 2020-12-11 23:15:23 +00:00 (Migrated from github.com)

Codecov Report

Merging #144 (f43138a) into master (32308e8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #144   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           34        34           
  Branches         5         5           
=========================================
  Hits            34        34           

Continue to review full report at Codecov.

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

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/144?src=pr&el=h1) Report > Merging [#144](https://codecov.io/gh/mcataford/packwatch/pull/144?src=pr&el=desc) (f43138a) into [master](https://codecov.io/gh/mcataford/packwatch/commit/32308e8f02457eca48cb870d62eb6e68198ceca3?el=desc) (32308e8) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/144/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje)](https://codecov.io/gh/mcataford/packwatch/pull/144?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #144 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 34 34 Branches 5 5 ========================================= Hits 34 34 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/mcataford/packwatch/pull/144?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/144?src=pr&el=footer). Last update [32308e8...f43138a](https://codecov.io/gh/mcataford/packwatch/pull/144?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
This repo is archived. You cannot comment on pull requests.
No description provided.