ci: Simplify GitHub Actions workflows (#5207)

* ci: Simplify GitHub Actions workflows

* Restore codecov flags using script

* use gpgv instead of gpg --verify

* Remove verbose

* remove test script
This commit is contained in:
Fleny
2026-07-24 22:52:22 +05:30
committed by GitHub
parent 867c7c5b1f
commit 86470adc22
14 changed files with 163 additions and 324 deletions
-3
View File
@@ -1,3 +0,0 @@
import { readFileSync, writeFileSync } from 'node:fs';
writeFileSync('./coverage/lcov.info', readFileSync('./coverage/lcov.info', 'utf-8').replace(/SF:src/g, `SF:packages/${process.argv[2]}/src`));