training_extensions icon indicating copy to clipboard operation
training_extensions copied to clipboard

[do-not-merge] Update pre-merge workflow to run integration tests on new CI nodes

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) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

yunchu avatar Apr 24 '24 07:04 yunchu

Codecov Report

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

Project coverage is 83.01%. Comparing base (ce2d99f) to head (3002d3e).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3392      +/-   ##
===========================================
+ Coverage    82.99%   83.01%   +0.01%     
===========================================
  Files          253      253              
  Lines        25163    25163              
===========================================
+ Hits         20885    20889       +4     
+ Misses        4278     4274       -4     
Flag Coverage Δ
py310 82.98% <ø> (+0.47%) :arrow_up:
py311 82.52% <ø> (-0.45%) :arrow_down:

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

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

codecov[bot] avatar Apr 24 '24 08:04 codecov[bot]