build(deps-dev): bump @babel/cli from 7.10.5 to 7.12.10 #143

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/babel/cli-7.12.10 into master 2020-12-12 15:26:35 +00:00
dependabot-preview[bot] commented 2020-12-10 10:34:56 +00:00 (Migrated from github.com)

Bumps @babel/cli from 7.10.5 to 7.12.10.

Release notes

Sourced from @babel/cli'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/cli'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/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.5 to 7.12.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/cli'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/cli'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/98aa72ca74631dc80e0a9e56a3a105c139b152a4"><code>98aa72c</code></a> Use native Node.js functions when available (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/12458">#12458</a>)</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/2b13863680378bc4e7908c42efef68b60a80e712"><code>2b13863</code></a> Fix Node version check (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/12382">#12382</a>)</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/40727ab5f603066cfa4bbb32b849b4f0fe70afcf"><code>40727ab</code></a> Use <code>chokidar@2</code> without <code>fsevents@1</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/12322">#12322</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-cli/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-cli/issues/12217">#12217</a>)</li> <li><a href="https://github.com/babel/babel/commit/7f4b83833f4463673a9fab071306871dec32ce47"><code>7f4b838</code></a> v7.12.1</li> <li><a href="https://github.com/babel/babel/commit/b877726a896806eabc2e69de942dd71ca3827cf2"><code>b877726</code></a> Don't force chokidar@2 to be downloaded from registry.npmjs.org (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/12182">#12182</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.12.10/packages/babel-cli">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/cli&package-manager=npm_and_yarn&previous-version=7.10.5&new-version=7.12.10)](https://dependabot.com/compatibility-score/?dependency-name=@babel/cli&package-manager=npm_and_yarn&previous-version=7.10.5&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:34:56 +00:00
codecov-io commented 2020-12-11 23:15:16 +00:00 (Migrated from github.com)

Codecov Report

Merging #143 (556379b) into master (0d39f4b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #143   +/-   ##
=========================================
  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 0d39f4b...556379b. Read the comment docs.

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/143?src=pr&el=h1) Report > Merging [#143](https://codecov.io/gh/mcataford/packwatch/pull/143?src=pr&el=desc) (556379b) into [master](https://codecov.io/gh/mcataford/packwatch/commit/0d39f4b6815443c689b728cb3043b064d81c3785?el=desc) (0d39f4b) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/143/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje)](https://codecov.io/gh/mcataford/packwatch/pull/143?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #143 +/- ## ========================================= 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/143?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/143?src=pr&el=footer). Last update [0d39f4b...556379b](https://codecov.io/gh/mcataford/packwatch/pull/143?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.