mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
* Add MacOS to integration tests
* Switch back to python 3.11
* Install Docker for macos pipeline
* regenerate.sh: Use environmental variable for sandbox type
* Pack different agents' tests into a single check
* Fix CodeAct tests
* Reduce file match and extensive debug logs
* Add TEST_IN_CI mode that reports codecov
* Small fix: don't quit if reusing old responses failed
* Merge codecov results
* Fix typos
* Remove coverage merge step - codecov automatically does that
* Make mac integration tests as optional - too slow
* Fix codecov args
* Add comments in yaml
* Include sandbox type in codecov report name
* Fix codecov report merge
* Revert renaming of test_matrix_success
* Remove SWEAgent and PlannerAgent from tests
* Mark planner agent and SWE agent as deprecated
* CodeCov: Ignore planner and sweagent
* Revert "Remove SWEAgent and PlannerAgent from tests"
This reverts commit 040cb3bfb9.
* Remove all tests for SWE Agent
* Only keep basic tests for MonologueAgent and PlannerAgent
* Mark SWE Agent as deprecated, and ignore code coverage for it
---------
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
20 lines
394 B
YAML
20 lines
394 B
YAML
codecov:
|
|
notify:
|
|
wait_for_ci: true
|
|
|
|
coverage:
|
|
status:
|
|
patch:
|
|
default:
|
|
threshold: 100% # allow patch coverage to be lower than project coverage by any amount
|
|
project:
|
|
default:
|
|
threshold: 5% # allow project coverage to drop at most 5%
|
|
|
|
comment: false
|
|
github_checks:
|
|
annotations: false
|
|
|
|
ignore:
|
|
- "agenthub/SWE_agent/**" # SWE agent is deprecated
|