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: [Automatic] Constraints upgrades: magicgui, sentry-sdk #1172

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

Czaki
Copy link
Collaborator

@Czaki Czaki commented Aug 5, 2024

This PR is automatically created and updated by PartSeg GitHub
action cron to keep bundle dependencies modules up to date.

The updated packages are:

  • alabaster
  • attrs
  • babel
  • coverage
  • dask
  • debugpy
  • lxml-html-clean
  • magicgui
  • npe2
  • pyyaml
  • pyzmq
  • rpds-py
  • sentry-sdk
  • setuptools
  • sphinx
  • tqdm

Summary by CodeRabbit

  • New Features

    • Updated multiple Python package dependencies, enhancing functionality and compatibility.
  • Bug Fixes

    • Incremented versions may include bug fixes for improved stability and performance.
  • Chores

    • Conducted routine maintenance to keep dependencies current across various Python version requirements.

Copy link
Contributor

sourcery-ai bot commented Aug 5, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.

Copy link
Contributor

coderabbitai bot commented Aug 5, 2024

Walkthrough

The recent updates involve systematically incrementing the version numbers of various Python packages across multiple requirements files. This maintenance effort enhances compatibility, security, and functionality of the project, ensuring that the latest stable versions are utilized without altering the underlying logic or features.

Changes

Files Change Summary
requirements/constraints_py3.10.txt, requirements/constraints_py3.11.txt, requirements/constraints_py3.12.txt, requirements/constraints_py3.8.txt, requirements/constraints_py3.9.txt Incremented versions for alabaster, attrs, coverage, debugpy, lxml-html-clean, npe2, pyzmq, sentry-sdk, setuptools, sphinx, and tqdm.
requirements/constraints_py3.11_docs.txt, requirements/constraints_py3.12_docs.txt, requirements/constraints_py3.9_docs.txt Similar updates as above, with specific mentions of pydantic-settings in the docs files.
requirements/constraints_py3.8_pydantic_1.txt, requirements/constraints_py3.9_pydantic_1.txt, requirements/constraints_py3.11_pydantic_1.txt, requirements/constraints_py3.12_pydantic_1.txt Versions updated for all listed dependencies, focusing on Pydantic 1 compatibility.

Sequence Diagram(s)

sequenceDiagram
    participant Developer
    participant PackageManager
    participant DependencyResolver

    Developer->>PackageManager: Update requirements files
    PackageManager->>DependencyResolver: Resolve new versions
    DependencyResolver->>PackageManager: Provide updated versions
    PackageManager->>Developer: Confirm updates applied
Loading

Poem

🐇 In a garden bright with morning dew,
I hop with joy, for changes are due!
Packages fresh, all polished and new,
A dance of versions, oh how they grew!
With every increment, our code leaps high,
Thank you, dear libraries, let’s touch the sky! 🌼✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between be273fa and 213c74a.

Files selected for processing (11)
  • requirements/constraints_py3.10.txt (9 hunks)
  • requirements/constraints_py3.10_pydantic_1.txt (9 hunks)
  • requirements/constraints_py3.11.txt (9 hunks)
  • requirements/constraints_py3.11_docs.txt (9 hunks)
  • requirements/constraints_py3.11_pydantic_1.txt (9 hunks)
  • requirements/constraints_py3.12.txt (9 hunks)
  • requirements/constraints_py3.12_pydantic_1.txt (9 hunks)
  • requirements/constraints_py3.8.txt (7 hunks)
  • requirements/constraints_py3.8_pydantic_1.txt (7 hunks)
  • requirements/constraints_py3.9.txt (7 hunks)
  • requirements/constraints_py3.9_pydantic_1.txt (7 hunks)
Files skipped from review due to trivial changes (6)
  • requirements/constraints_py3.11_docs.txt
  • requirements/constraints_py3.11_pydantic_1.txt
  • requirements/constraints_py3.12.txt
  • requirements/constraints_py3.8.txt
  • requirements/constraints_py3.8_pydantic_1.txt
  • requirements/constraints_py3.9.txt
Additional comments not posted (49)
requirements/constraints_py3.12_pydantic_1.txt (11)

3-3: Verify compatibility of alabaster version 1.0.0.

The update from 0.7.16 to 1.0.0 is a major version change. Ensure that this new version is compatible with the rest of the codebase.


17-17: Verify compatibility of attrs version 24.1.0.

The update from 23.2.0 to 24.1.0 is a minor version change. Ensure that this new version is compatible with the rest of the codebase.


42-42: Verify compatibility of coverage version 7.6.1.

The update from 7.6.0 to 7.6.1 is a patch version change. Ensure that this new version is compatible with the rest of the codebase.


48-48: Verify compatibility of debugpy version 1.8.3.

The update from 1.8.2 to 1.8.3 is a patch version change. Ensure that this new version is compatible with the rest of the codebase.


138-138: Verify compatibility of lxml-html-clean version 0.2.0.

The update from 0.1.1 to 0.2.0 is a major version change. Ensure that this new version is compatible with the rest of the codebase.


172-172: Verify compatibility of npe2 version 0.7.7.

The update from 0.7.6 to 0.7.7 is a minor version change. Ensure that this new version is compatible with the rest of the codebase.


336-336: Verify compatibility of pyzmq version 26.1.0.

The update from 26.0.3 to 26.1.0 is a minor version change. Ensure that this new version is compatible with the rest of the codebase.


383-383: Verify compatibility of sentry-sdk version 2.12.0.

The update from 2.11.0 to 2.12.0 is a minor version change. Ensure that this new version is compatible with the rest of the codebase.


387-387: Verify compatibility of setuptools version 72.1.0.

The update from 72.0.0 to 72.1.0 is a minor version change. Ensure that this new version is compatible with the rest of the codebase.


409-409: Verify compatibility of sphinx version 8.0.2.

The update from 7.4.7 to 8.0.2 is a major version change. Ensure that this new version is compatible with the rest of the codebase.


452-452: Verify compatibility of tqdm version 4.66.5.

The update from 4.66.4 to 4.66.5 is a patch version change. Ensure that this new version is compatible with the rest of the codebase.

requirements/constraints_py3.10.txt (11)

3-3: Verify compatibility with alabaster version 1.0.0.

The major version update from 0.7.16 to 1.0.0 may introduce breaking changes or new features. Ensure that the project is compatible with this new version.


19-19: Verify compatibility with attrs version 24.1.0.

The major version update from 23.2.0 to 24.1.0 may introduce breaking changes or new features. Ensure that the project is compatible with this new version.


44-44: Verify compatibility with coverage version 7.6.1.

The minor version update from 7.6.0 to 7.6.1 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


50-50: Verify compatibility with debugpy version 1.8.3.

The minor version update from 1.8.2 to 1.8.3 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


148-148: Verify compatibility with lxml-html-clean version 0.2.0.

The minor version update from 0.1.1 to 0.2.0 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


182-182: Verify compatibility with npe2 version 0.7.7.

The minor version update from 0.7.6 to 0.7.7 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


349-349: Verify compatibility with pyzmq version 26.1.0.

The minor version update from 26.0.3 to 26.1.0 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


396-396: Verify compatibility with sentry-sdk version 2.12.0.

The minor version update from 2.11.0 to 2.12.0 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


400-400: Verify compatibility with setuptools version 72.1.0.

The minor version update from 72.0.0 to 72.1.0 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


422-422: Verify compatibility with sphinx version 8.0.2.

The major version update from 7.4.7 to 8.0.2 may introduce breaking changes or new features. Ensure that the project is compatible with this new version.


472-472: Verify compatibility with tqdm version 4.66.5.

The minor version update from 4.66.4 to 4.66.5 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.

requirements/constraints_py3.9_pydantic_1.txt (9)

17-17: Verify compatibility with attrs version 24.1.0.

The major version update from 23.2.0 to 24.1.0 may introduce breaking changes or new features. Ensure that the project is compatible with this new version.


42-42: Verify compatibility with coverage version 7.6.1.

The minor version update from 7.6.0 to 7.6.1 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


48-48: Verify compatibility with debugpy version 1.8.3.

The minor version update from 1.8.2 to 1.8.3 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


150-150: Verify compatibility with lxml-html-clean version 0.2.0.

The minor version update from 0.1.1 to 0.2.0 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


184-184: Verify compatibility with npe2 version 0.7.7.

The minor version update from 0.7.6 to 0.7.7 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


350-350: Verify compatibility with pyzmq version 26.1.0.

The minor version update from 26.0.3 to 26.1.0 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


397-397: Verify compatibility with sentry-sdk version 2.12.0.

The minor version update from 2.11.0 to 2.12.0 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


401-401: Verify compatibility with setuptools version 72.1.0.

The minor version update from 72.0.0 to 72.1.0 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.


473-473: Verify compatibility with tqdm version 4.66.5.

The minor version update from 4.66.4 to 4.66.5 may include bug fixes and minor improvements. Ensure that the project is compatible with this new version.

requirements/constraints_py3.11.txt (11)

44-44: LGTM!

The coverage package has been updated from version 7.6.0 to 7.6.1. This patch version update is approved.


50-50: LGTM!

The debugpy package has been updated from version 1.8.2 to 1.8.3. This patch version update is approved.


176-176: LGTM!

The npe2 package has been updated from version 0.7.6 to 0.7.7. This patch version update is approved.


458-458: LGTM!

The tqdm package has been updated from version 4.66.4 to 4.66.5. This patch version update is approved.


142-142: Verify compatibility of lxml-html-clean version update.

The lxml-html-clean package has been updated from version 0.1.1 to 0.2.0. Ensure that this minor version update does not introduce any compatibility issues.


342-342: Verify compatibility of pyzmq version update.

The pyzmq package has been updated from version 26.0.3 to 26.1.0. Ensure that this minor version update does not introduce any compatibility issues.


19-19: Verify compatibility of attrs version update.

The attrs package has been updated from version 23.2.0 to 24.1.0. Ensure that this minor version update does not introduce any compatibility issues.


389-389: Verify compatibility of sentry-sdk version update.

The sentry-sdk package has been updated from version 2.11.0 to 2.12.0. Ensure that this minor version update does not introduce any compatibility issues.

Verification successful

No breaking changes found in sentry-sdk version 2.12.0 update.

The update from version 2.11.0 to 2.12.0 includes various fixes and improvements, with no breaking changes mentioned in the official changelog.

  • requirements/constraints_py3.11.txt: sentry-sdk==2.12.0
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of `sentry-sdk` version update.

# Test: Check the changelog for breaking changes. Expect: No breaking changes.
rg --files-with-matches 'CHANGELOG' | xargs rg 'sentry-sdk'

Length of output: 8981


Script:

#!/bin/bash
# Fetch the official changelog or release notes for `sentry-sdk` version 2.12.0
curl -s https://raw.githubusercontent.com/getsentry/sentry-python/master/CHANGELOG.md | grep -A 20 "## 2.12.0"

Length of output: 1330


415-415: Verify compatibility of sphinx version update.

The sphinx package has been updated from version 7.4.7 to 8.0.2. Ensure that this major version update does not introduce breaking changes.


393-393: Verify compatibility of setuptools version update.

The setuptools package has been updated from version 72.0.0 to 72.1.0. Ensure that this minor version update does not introduce any compatibility issues.


3-3: Verify compatibility of alabaster version update.

The alabaster package has been updated from version 0.7.16 to 1.0.0. Ensure that this major version update does not introduce breaking changes.

requirements/constraints_py3.10_pydantic_1.txt (7)

42-42: LGTM!

The coverage package has been updated from version 7.6.0 to 7.6.1. This patch version update is approved.


48-48: LGTM!

The debugpy package has been updated from version 1.8.2 to 1.8.3. This patch version update is approved.


180-180: LGTM!

The npe2 package has been updated from version 0.7.6 to 0.7.7. This patch version update is approved.


346-346: Verify compatibility of pyzmq version update.

The pyzmq package has been updated from version 26.0.3 to 26.1.0. Ensure that this minor version update does not introduce any compatibility issues.

#!/bin/bash

<details>
<summary>Verification successful</summary>



---

<!-- [monologue]
[task review_file_2/2 line_7/11] Verify compatibility of `pyzmq` version update.
[observations] The release notes for `pyzmq` version `26.1.0` indicate that this release is the first with wheels for CPython 3.13. It mentions that free-threading support in CPython 3.13 is experimental, but since libzmq sockets aren't threadsafe, pyzmq sockets should still be handled with locks. Additionally, pyzmq tests are no longer distributed as part of the package, and there is a fix for CFFI backend compilation with `-Werror=incompatible-pointer-types`.
[analysis] The changes in version `26.1.0` do not introduce any breaking changes or significant modifications that would affect the current usage in the `launcher.spec` file. The primary updates are related to support for CPython 3.13 and some minor fixes. Given this context, it is safe to conclude that the update to `pyzmq` version `26.1.0` does not introduce compatibility issues.
[actions] Conclude the verification process and generate the final response.
-->

**Verified compatibility of `pyzmq` version update.**

The update from `pyzmq` version `26.0.3` to `26.1.0` does not introduce any compatibility issues. The changes are primarily related to support for CPython 3.13 and minor fixes.

- The `launcher.spec` file's usage of `pyzmq` remains unaffected by these changes.



</details>


<details>
<summary>Scripts executed</summary>

The following scripts were executed for the analysis:



---

Script:

```shell
#!/bin/bash
# Search for imports of pyzmq in the codebase
rg 'import zmq' -A 5

# Search for usage of pyzmq in the codebase
rg 'zmq\.' -A 5

Length of output: 828


Script:

#!/bin/bash
# Fetch the release notes or changelog for pyzmq version 26.1.0
curl -s https://api.github.com/repos/zeromq/pyzmq/releases/tags/v26.1.0 | jq '.body'

Length of output: 320


Script:

#!/bin/bash
# Fetch the release notes for pyzmq version 26.1.0 from the provided URL
curl -s https://pyzmq.readthedocs.io/en/latest/changelog.html | grep -A 20 "26.1.0"

Length of output: 4712


3-3: Verify compatibility of alabaster version update.

The alabaster package has been updated from version 0.7.16 to 1.0.0. Ensure that this major version update does not introduce breaking changes.


146-146: Verify compatibility of lxml-html-clean version update.

The lxml-html-clean package has been updated from version 0.1.1 to 0.2.0. Ensure that this minor version update does not introduce any compatibility issues.


17-17: Verify compatibility of attrs version update.

The attrs package has been updated from version 23.2.0 to 24.1.0. Ensure that this minor version update does not introduce any compatibility issues.

@Czaki Czaki changed the title test: [Automatic] Constraints upgrades: sentry-sdk test: [Automatic] Constraints upgrades: magicgui, sentry-sdk Aug 8, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 213c74a and bee8d09.

Files selected for processing (11)
  • requirements/constraints_py3.10.txt (10 hunks)
  • requirements/constraints_py3.10_pydantic_1.txt (10 hunks)
  • requirements/constraints_py3.11.txt (10 hunks)
  • requirements/constraints_py3.11_docs.txt (11 hunks)
  • requirements/constraints_py3.11_pydantic_1.txt (10 hunks)
  • requirements/constraints_py3.12.txt (10 hunks)
  • requirements/constraints_py3.12_pydantic_1.txt (10 hunks)
  • requirements/constraints_py3.8.txt (8 hunks)
  • requirements/constraints_py3.8_pydantic_1.txt (8 hunks)
  • requirements/constraints_py3.9.txt (8 hunks)
  • requirements/constraints_py3.9_pydantic_1.txt (8 hunks)
Files skipped from review due to trivial changes (3)
  • requirements/constraints_py3.12.txt
  • requirements/constraints_py3.8.txt
  • requirements/constraints_py3.9.txt
Files skipped from review as they are similar to previous changes (7)
  • requirements/constraints_py3.10.txt
  • requirements/constraints_py3.10_pydantic_1.txt
  • requirements/constraints_py3.11.txt
  • requirements/constraints_py3.11_docs.txt
  • requirements/constraints_py3.12_pydantic_1.txt
  • requirements/constraints_py3.8_pydantic_1.txt
  • requirements/constraints_py3.9_pydantic_1.txt
Additional comments not posted (13)
requirements/constraints_py3.11_pydantic_1.txt (13)

386-386: Upgrade sentry-sdk to 2.12.0.

Ensure that the new version of sentry-sdk is compatible with the project.


48-48: Upgrade debugpy to 1.8.5.

Ensure that the new version of debugpy is compatible with ipykernel.


390-390: Upgrade setuptools to 72.1.0.

Ensure that the new version of setuptools is compatible with pyinstaller.


455-455: Upgrade tqdm to 4.66.5.

Ensure that the new version of tqdm is compatible with napari.


17-17: Upgrade attrs to 24.2.0.

Ensure that the new version of attrs is compatible with jsonschema and referencing.


3-3: Upgrade alabaster to 1.0.0.

The version update from 0.7.16 to 1.0.0 might include significant changes. Ensure compatibility with the rest of the project, particularly with sphinx.


42-42: Upgrade coverage to 7.6.1.

Ensure that the new version of coverage is compatible with the testing framework.

Verification successful

Upgrade coverage to 7.6.1 is compatible.

The usage of coverage in the tox.ini, pyproject.toml, and codecov.yml files indicates it is used for test execution and reporting. No specific compatibility issues with version 7.6.1 were found. Ensure to run tests to verify the upgrade in practice.

  • tox.ini uses coverage for running tests.
  • pyproject.toml contains coverage configuration.
  • codecov.yml includes coverage reporting settings.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of `coverage==7.6.1` with the project.

# Test: Check for any breaking changes in the new version.
rg --type python 'coverage'

Length of output: 58


Script:

#!/bin/bash
# Description: Verify compatibility of `coverage==7.6.1` with the project.

# Find all Python files and search for 'coverage' to check its usage in the codebase.
fd --extension py --exec rg 'coverage' {}

# Additionally, check for 'coverage' in common configuration files.
rg 'coverage' --glob '*.{ini,toml,yaml,yml}'

Length of output: 1057


412-412: Upgrade sphinx to 8.0.2.

Ensure that the new version of sphinx is compatible with the documentation setup.


46-46: Upgrade dask to 2024.8.0.

Ensure that the new version of dask is compatible with napari.


339-339: Upgrade pyzmq to 26.1.0.

Ensure that the new version of pyzmq is compatible with ipykernel and jupyter-client.


21-21: Upgrade babel to 2.16.0.

Ensure that the new version of babel is compatible with sphinx.


140-140: Upgrade lxml-html-clean to 0.2.0.

Ensure that the new version of lxml-html-clean is compatible with lxml.


174-174: Upgrade npe2 to 0.7.7.

Ensure that the new version of npe2 is compatible with napari.

@Czaki Czaki added the skip check PR title skip spellcheking PR title label Aug 8, 2024
@Czaki Czaki added this to the 0.15.4 milestone Aug 8, 2024
Copy link

sonarcloud bot commented Aug 8, 2024

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.08%. Comparing base (e5a4a85) to head (281faac).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1172      +/-   ##
===========================================
- Coverage    93.10%   93.08%   -0.02%     
===========================================
  Files          209      209              
  Lines        32885    32885              
===========================================
- Hits         30617    30612       -5     
- Misses        2268     2273       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip check PR title skip spellcheking PR title
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant