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

Fix explore command without project #1271

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

sooahleex
Copy link
Contributor

Summary

How to test

  • Add unit test for without project

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have added the description of my changes into CHANGELOG.​
  • I have updated the documentation accordingly

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below).
# Copyright (C) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT

@sooahleex sooahleex marked this pull request as ready for review February 19, 2024 08:38
@sooahleex sooahleex requested review from a team as code owners February 19, 2024 08:38
@sooahleex sooahleex requested review from jihyeonyi and removed request for a team February 19, 2024 08:38
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (0814dda) 80.65% compared to head (10799d1) 80.65%.

Files Patch % Lines
src/datumaro/cli/commands/explore.py 0.00% 12 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1271   +/-   ##
========================================
  Coverage    80.65%   80.65%           
========================================
  Files          270      270           
  Lines        30371    30369    -2     
  Branches      6166     6167    +1     
========================================
- Hits         24496    24495    -1     
+ Misses        4492     4491    -1     
  Partials      1383     1383           
Flag Coverage Δ
ubuntu-20.04_Python-3.10 80.64% <0.00%> (+<0.01%) ⬆️
windows-2022_Python-3.10 80.63% <0.00%> (+<0.01%) ⬆️

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

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

@sooahleex sooahleex merged commit a311227 into openvinotoolkit:develop Feb 20, 2024
4 of 5 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.

2 participants