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

Running unit tests manually #1224

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Running unit tests manually #1224

merged 2 commits into from
Dec 12, 2023

Conversation

kasyanovse
Copy link
Collaborator

Add the ability to manually run unit tests using github actions

@kasyanovse kasyanovse added the test The additon or modification of the unit test label Dec 12, 2023
@kasyanovse kasyanovse self-assigned this Dec 12, 2023
Copy link

codecov bot commented Dec 12, 2023

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 ⚠️
fedot/preprocessing/data_types.py 92.97% 13 Missing ⚠️
...edot/core/repository/operation_types_repository.py 64.70% 6 Missing ⚠️
fedot/api/main.py 75.00% 1 Missing ⚠️
fedot/core/data/supplementary_data.py 75.00% 1 Missing ⚠️
...on_implementations/models/discriminant_analysis.py 50.00% 1 Missing ⚠️
fedot/core/pipelines/pipeline.py 83.33% 1 Missing ⚠️
fedot/core/repository/json_evaluation.py 93.33% 1 Missing ⚠️
fedot/core/utils.py 88.88% 1 Missing ⚠️
fedot/preprocessing/preprocessing.py 97.43% 1 Missing ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MorrisNein
Copy link
Collaborator

MorrisNein commented Dec 12, 2023

А какой use case?

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

@kasyanovse
Copy link
Collaborator Author

А какой use case?

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

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

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

Copy link
Collaborator

@nicl-nno nicl-nno left a comment

Choose a reason for hiding this comment

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

Если помогает делу то почему бы и нет. Можно в комментарии указать зачем была эта строка добавлена.

@nicl-nno
Copy link
Collaborator

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

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

@kasyanovse kasyanovse merged commit 607b416 into master Dec 12, 2023
6 checks passed
@kasyanovse kasyanovse deleted the unit-test-workflow-dispatch branch December 12, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test The additon or modification of the unit test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants