aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
619 stars 84 forks source link

Running unit tests manually #1224

Closed kasyanovse closed 6 months ago

kasyanovse commented 6 months ago

Add the ability to manually run unit tests using github actions

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (4ef1c8e) 79.42% compared to head (c2d1cc2) 79.08%. Report is 1 commits behind head on master.

Files Patch % Lines
fedot/api/api_utils/api_data.py 57.50% 17 Missing :warning:
fedot/preprocessing/data_types.py 92.97% 13 Missing :warning:
...edot/core/repository/operation_types_repository.py 64.70% 6 Missing :warning:
fedot/api/main.py 75.00% 1 Missing :warning:
fedot/core/data/supplementary_data.py 75.00% 1 Missing :warning:
...on_implementations/models/discriminant_analysis.py 50.00% 1 Missing :warning:
fedot/core/pipelines/pipeline.py 83.33% 1 Missing :warning:
fedot/core/repository/json_evaluation.py 93.33% 1 Missing :warning:
fedot/core/utils.py 88.88% 1 Missing :warning:
fedot/preprocessing/preprocessing.py 97.43% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1224 +/- ## ========================================== - Coverage 79.42% 79.08% -0.35% ========================================== Files 145 145 Lines 10045 9957 -88 ========================================== - Hits 7978 7874 -104 - Misses 2067 2083 +16 ```

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

MorrisNein commented 6 months ago

А какой use case?

Кажется, перезапустить провалившиеся и так можно было.

kasyanovse commented 6 months ago

А какой use case?

Иногда бывает, что юнит тесты или сборка документации падают из-за ошибок, не связанных с FEDOT.

Кажется, перезапустить провалившиеся и так можно было.

Да вроде бы нет.

nicl-nno commented 6 months ago

Кажется, перезапустить провалившиеся и так можно было.

Кажется они не обновляли "галочку" в ветке даже после перезапуска.