mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
@@ -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`));
|
||||
Reference in New Issue
Block a user