training_extensions icon indicating copy to clipboard operation
training_extensions copied to clipboard

Fix weekly workflow issue

Open yunchu opened this issue 1 year ago • 1 comments

Summary

How to test

Checklist

  • [ ] I have added unit tests to cover my changes.​
  • [ ] I have added integration tests to cover my changes.​
  • [ ] I have added e2e tests for validation.
  • [ ] I have added the description of my changes into CHANGELOG in my target branch (e.g., CHANGELOG in develop).​
  • [ ] I have updated the documentation in my target branch accordingly (e.g., documentation in develop).
  • [ ] I have linked related issues.

License

  • [ ] I submit my code changes under the same Apache 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: Apache-2.0

yunchu avatar Feb 26 '24 06:02 yunchu

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.16%. Comparing base (ac993c8) to head (45978a1).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2974   +/-   ##
========================================
  Coverage    81.16%   81.16%           
========================================
  Files          520      520           
  Lines        39535    39535           
========================================
+ Hits         32087    32088    +1     
+ Misses        7448     7447    -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 26 '24 07:02 codecov[bot]