Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
update codecov yaml, make eager wf test more stable (flyteorg#1854)
Browse files Browse the repository at this point in the history
* update codecov yaml, make eager wf test more stable

Signed-off-by: Niels Bantilan <[email protected]>

* ignore plugin setup.py

Signed-off-by: Niels Bantilan <[email protected]>

* update codecov

Signed-off-by: Niels Bantilan <[email protected]>

* ignore clis

Signed-off-by: Niels Bantilan <[email protected]>

---------

Signed-off-by: Niels Bantilan <[email protected]>
Signed-off-by: Future Outlier <[email protected]>
  • Loading branch information
cosmicBboy authored and Future Outlier committed Oct 3, 2023
1 parent ff59030 commit 569dde2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
ignore_paths:
ignore:
- "flytekit/bin"
- "flytekit/clis/**/*"
- "test_*.py"
- "flytekit/__init__.py"
- "flytekit/extend/__init__.py"
- "flytekit/testing/__init__.py"
- "tests/*"
- "tests/**/*"
- "setup.py"
- "plugins/tests/**/*"
- "plugins/**/setup.py"
2 changes: 1 addition & 1 deletion tests/flytekit/unit/experimental/test_eager_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from flytekit.types.structured import StructuredDataset

DEADLINE = 2000
INTEGER_ST = st.integers(max_value=10_000_000)
INTEGER_ST = st.integers(min_value=-10_000_000, max_value=10_000_000)


@task
Expand Down

0 comments on commit 569dde2

Please sign in to comment.