Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ITMO-NSS-team
FEDOT-Industrial
Commits
e65b2503
Commit
e65b2503
authored
10 months ago
by
technocreep
Browse files
Options
Download
Email Patches
Plain Diff
updated coverage upload script
parent
18f71e1b
coverage_report_fix
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.codecov.yml
+7
-1
.codecov.yml
.github/workflows/poetry_unit_test.yml
+1
-0
.github/workflows/poetry_unit_test.yml
with
8 additions
and
1 deletion
+8
-1
.codecov.yml
View file @
e65b2503
...
...
@@ -3,4 +3,10 @@ coverage:
project
:
default
:
threshold
:
1%
patch
:
false
\ No newline at end of file
patch
:
false
ignore
:
-
"
fedot_ind/__init__.py"
-
"
fedot_ind/core/tuning/search_space.py"
-
"
fedot_ind/core/repository/model_repository.py"
-
"
fedot_ind/core/repository/constanst_repository.py"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.github/workflows/poetry_unit_test.yml
View file @
e65b2503
...
...
@@ -44,5 +44,6 @@ jobs:
-
name
:
Codecov-coverage
uses
:
codecov/codecov-action@v4
with
:
token
:
${{ secrets.CODECOV_TOKEN }}
file
:
./coverage.xml
flags
:
unittests
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help