Commit e65b2503 authored by technocreep's avatar technocreep
Browse files

updated coverage upload script

Showing with 8 additions and 1 deletion
+8 -1
......@@ -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
......@@ -44,5 +44,6 @@ jobs:
- name: Codecov-coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment