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

Add nosec B311 directives #1226

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Add nosec B311 directives #1226

merged 1 commit into from
Dec 14, 2023

Conversation

vinnamkim
Copy link
Contributor

@vinnamkim vinnamkim commented Dec 14, 2023

Summary

How to test

https://github.com/openvinotoolkit/datumaro/actions/runs/7204847831

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

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim marked this pull request as ready for review December 14, 2023 05:29
@vinnamkim vinnamkim requested review from a team as code owners December 14, 2023 05:29
@vinnamkim vinnamkim requested review from wonjuleee, yunchu and a team and removed request for a team December 14, 2023 05:29
@vinnamkim vinnamkim added the CI Any changes in CI setting label Dec 14, 2023
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

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

Comparison is base (6b567b7) 80.44% compared to head (5c9cdc3) 80.44%.

Files Patch % Lines
...datumaro/plugins/synthetic_data/image_generator.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1226   +/-   ##
========================================
  Coverage    80.44%   80.44%           
========================================
  Files          269      269           
  Lines        29915    29915           
  Branches      5850     5850           
========================================
  Hits         24066    24066           
  Misses        4487     4487           
  Partials      1362     1362           
Flag Coverage Δ
macos-11_Python-3.8 79.10% <66.66%> (ø)
ubuntu-20.04_Python-3.8 80.44% <66.66%> (ø)
windows-2022_Python-3.8 80.41% <66.66%> (ø)

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.

Copy link
Contributor

@yunchu yunchu left a comment

Choose a reason for hiding this comment

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

LGTM

@vinnamkim vinnamkim merged commit 77199e7 into develop Dec 14, 2023
9 of 10 checks passed
@vinnamkim vinnamkim deleted the fix-bandit-error branch December 14, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Any changes in CI setting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants