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

Dev 1.x #2515

Merged
merged 52 commits into from
Jul 4, 2023
Merged

Dev 1.x #2515

merged 52 commits into from
Jul 4, 2023

Conversation

Tau-J
Copy link
Collaborator

@Tau-J Tau-J commented Jul 4, 2023

Motivation

Modification

BC-breaking (Optional)

Use cases (Optional)

Checklist

Before PR:

  • I have read and followed the workflow indicated in the CONTRIBUTING.md to create this PR.
  • Pre-commit or linting tools indicated in CONTRIBUTING.md are used to fix the potential lint issues.
  • Bug fixes are covered by unit tests, the case that causes the bug should be added in the unit tests.
  • New functionalities are covered by complete unit tests. If not, please add more unit tests to ensure correctness.
  • The documentation has been modified accordingly, including docstring or example tutorials.

After PR:

  • CLA has been signed and all committers have signed the CLA in this PR.

Ben-Louis and others added 30 commits May 18, 2023 14:16
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Patch coverage: 61.17% and project coverage change: -0.81 ⚠️

Comparison is base (93119ae) 81.99% compared to head (fbb9cd8) 81.19%.

❗ Current head fbb9cd8 differs from pull request most recent head 2ab56bc. Consider uploading reports for the commit 2ab56bc to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2515      +/-   ##
==========================================
- Coverage   81.99%   81.19%   -0.81%     
==========================================
  Files         232      226       -6     
  Lines       13638    13963     +325     
  Branches     2319     2415      +96     
==========================================
+ Hits        11183    11337     +154     
- Misses       1919     2012      +93     
- Partials      536      614      +78     
Flag Coverage Δ
unittests 81.19% <61.17%> (-0.81%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmpose/codecs/__init__.py 100.00% <ø> (ø)
mmpose/codecs/image_pose_lifting.py 85.13% <ø> (ø)
mmpose/codecs/regression_label.py 87.09% <ø> (ø)
mmpose/codecs/video_pose_lifting.py 81.69% <ø> (ø)
mmpose/datasets/datasets/__init__.py 100.00% <ø> (ø)
mmpose/datasets/datasets/animal/__init__.py 100.00% <ø> (ø)
.../datasets/datasets/animal/animalkingdom_dataset.py 100.00% <ø> (ø)
mmpose/datasets/datasets/base/__init__.py 100.00% <ø> (ø)
...mpose/datasets/datasets/base/base_mocap_dataset.py 77.21% <ø> (ø)
mmpose/datasets/datasets/body/__init__.py 100.00% <ø> (ø)
... and 48 more

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Tau-J Tau-J merged commit 537bd8e into main Jul 4, 2023
25 of 27 checks passed
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.