-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add final coverage handling (#11778)
* add final coverage handling * switch to development coverage * correct url * only run one directory for now * only 3.10 * delete windows data for now * drop the 35% failure point * recover full test matrix * Use regular coverage * Update test.yml * put coverage reporting into an artifact * oops * oopsy * pytest-cov * maybe * maybe help out flakes * farm the spend bundle... * some more * more funds for the did test? * more... * report chia/ and tests/ separately * job_timeout = 45 for core * tidy and disable diff-cover * remove job_timeout = 45 * --rcfile=.coveragerc * Update .github/workflows/test.yml * revert time and blocks * assert spend is in mempool, lower times and block count * remove sleep * lint * up timeout * cat test - farm blocks until spend is included * add spend check for nft endpoints * fix nft endpoint test * remove unused code * 4 Co-authored-by: almog <almogdepaz@gmail.com>
- Loading branch information
1 parent
cf8fcf9
commit a9cce0f
Showing
5 changed files
with
88 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
parallel = True | ||
parallel = 4 | ||
job_timeout = 30 | ||
checkout_blocks_and_plots = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters