training_extensions
training_extensions copied to clipboard
Temporary redirect v1 unittest to dedicated ci nodes
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
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.17%. Comparing base (
2e8b369) to head (b75afdd). Report is 3 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #2971 +/- ##
===========================================
+ Coverage 81.13% 81.17% +0.04%
===========================================
Files 520 520
Lines 39535 39535
===========================================
+ Hits 32075 32092 +17
+ Misses 7460 7443 -17
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.