2 Commits
Author SHA1 Message Date
Egor RachkovskiiandEgor Rachkovskii c6b0bd7260 ci(tests): report coverage to Codecov on PRs (#7582)
* ci(tests): report coverage to Codecov on PRs

codecov upload-process relied on codecov-cli auto-detection, which doesn't
associate uploads with the pull request (and on merge-commit heads uploads to
the wrong commit), so Codecov posts no status checks on PRs while develop keeps
reporting.

Pass commit/branch/PR explicitly from Jenkins env (GIT_COMMIT, params.BRANCH,
utils.changeId()). No change to develop reporting (no PR -> --pr omitted).

* ci(tests): drop redundant null guards in codecov upload

Keep the -n guards (they omit --pr on develop where there is no PR, and keep local runs working when the vars are unset).

---------

Co-authored-by: Egor Rachkovskii <egorrachkovskii@status.im>
2026-07-02 11:13:07 +01:00
Igor Sirotin d771dbeda0 refactor: project layout (scripts) (#7214)
* chore: move git hooks

* refactor: move scripts
2025-12-22 19:58:26 +00:00