207 Commits

Author SHA1 Message Date
Vladimir
471cf97b0c
chore: always require curly braces (#5885)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2024-06-16 18:10:10 +02:00
Ari Perkkiö
0a715946bb
fix(deps): update vulnerable test-exclude to v7 (#5867) 2024-06-12 13:55:14 +02:00
Ari Perkkiö
7afb3682f3
fix(coverage): thresholds.autoUpdate to support mergeConfig (#5818) 2024-06-03 12:10:14 +02:00
Ari Perkkiö
b7438b9be2
feat!: --merge-reports to support coverage (#5736) 2024-05-25 17:37:35 +02:00
Ari Perkkiö
c469c74d76
fix(coverage): clean up empty coverage reports directory (#5731) 2024-05-17 13:45:02 +02:00
Vladimir Sheremet
5c55c270e9
test: skip related test in ecosystem-ci 2024-05-09 15:14:05 +02:00
Ari Perkkiö
31994942f7
feat!: enable coverage.ignoreEmptyLines by default (#5543) 2024-05-07 11:30:10 +02:00
Ari Perkkiö
c9883f3ec9
fix(coverage): apply vite-node's wrapper only to executed files (#5642) 2024-05-02 11:00:30 +02:00
MindfulPol
bfe8ad9d51
fix(coverage): exclude *.test-d.* by default (#5634) 2024-04-30 19:50:45 +03:00
Ari Perkkiö
80265b4093
fix(coverage): thresholds to compare files relative to root (#5574) 2024-04-22 09:13:26 +02:00
Ari Perkkiö
10b89713d2
feat(coverage): v8 to ignore empty lines, comments, types (#5457) 2024-04-05 12:59:56 +02:00
Ari Perkkiö
0ec4d0e053
fix: prevent hang when process is mocked (#5430) 2024-03-26 19:03:17 +02:00
Ari Perkkiö
600b44d606
feat(coverage): support --changed option (#5314) 2024-03-14 14:48:25 +01:00
Ari Perkkiö
6eda473f30
fix(coverage): respect source maps of pre-transpiled sources (#5367) 2024-03-12 16:00:46 +01:00
Ari Perkkiö
c3eb8deb76
fix(coverage): v8 to ignore type-only files (#5328) 2024-03-04 21:03:15 +01:00
Ari Perkkiö
a280451be5
fix(coverage): ignore generated TS decorators (#5206)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2024-02-20 14:05:43 +01:00
Ari Perkkiö
5749d2c209
fix(coverage): .tmp directory conflicts with --shard option (#5184) 2024-02-12 13:11:48 +01:00
renovate[bot]
7a31a1ae42
chore(deps): update dependency @antfu/eslint-config to v2 (#5153) 2024-02-08 17:33:12 +01:00
Ari Perkkiö
d53b85805d
fix(coverage): remove coverage/.tmp files after run (#5008) 2024-01-19 20:21:05 +01:00
Ari Perkkiö
4b41131af2
fix(coverage): thresholds.autoUpdate to work with arrow function configuration files (#4959) 2024-01-15 14:21:44 +01:00
Ari Perkkiö
96dc6e9aaf
feat(coverage): custom reporter support (#4828) 2024-01-12 14:25:43 +01:00
Hiroshi Ogawa
039814bd0e
chore(test): restore trailing new line in coverage-test/vitest.config.ts (#4789) 2023-12-21 15:06:25 +02:00
Ari Perkkiö
4166c413ba
fix(coverage): improve memory usage by writing temporary files on file system (#4603) 2023-11-28 19:30:59 +01:00
Ari Perkkiö
f9e4ad8310
feat(coverage): support /* v8 ignore... ignore hints (#4573) 2023-11-23 15:29:39 +01:00
Ari Perkkiö
4953410e8d
feat!(coverage): glob based coverage thresholds (#4442) 2023-11-17 19:24:04 +01:00
Vladimir
cc19117d30
chore: migrate to flat eslint config (#4472) 2023-11-11 08:07:39 +01:00
Vladimir
40e9fd7778
chore: update packages (#4468) 2023-11-10 16:05:39 +01:00
Vladimir Sheremet
6ff6042821 test: update coverage snapshot 2023-11-10 13:24:26 +01:00
Vladimir Sheremet
bdaf2e8e22 chore: change extensions 2023-11-10 13:24:26 +01:00
Vladimir Sheremet
dd7ae1f46a chore: add type: module, remove old examples 2023-11-10 13:24:26 +01:00
AriPerkkio
42f3ca3114 test: disable flaky tests on CI 2023-11-10 13:01:12 +01:00
Ari Perkkiö
b3327a64c9
fix(coverage): exclude files and directories starting with dot by default (#4428) 2023-11-04 14:28:18 +01:00
Vladimir
ab55637653
fix(browser): disable hijacking ES modules until vi.mock is implemented (#4414) 2023-11-02 15:58:06 +01:00
Vladimir
9527e65a38
chore: improve build time and memory usage (#4369) 2023-10-25 11:19:49 +02:00
Ari Perkkiö
a29fecee53
fix(coverage): thresholdAutoUpdate to detect zero limits (#4287) 2023-10-23 17:19:21 +02:00
Ari Perkkiö
28109cc729
fix!(coverage): use transformMode and workspace project based source maps (#4309) 2023-10-23 11:54:40 +02:00
Vladimir
a1aadd713c
feat(vitest): run typecheck during tests (#4324) 2023-10-19 11:21:51 +02:00
Ari Perkkiö
5a741ca24a
feat!: enable coverage.all by default (#4265) 2023-10-07 10:09:16 +02:00
Ari Perkkiö
114a993c00
feat!: add support for pool and poolOptions, remove old flags (#4172) 2023-10-02 14:13:40 +02:00
Vladimir
a3dc47b038
feat!(snapshot): make snapshots more visually pleasing (#3961) 2023-09-27 10:27:32 +02:00
Marcelo Botega Fontana
a7e09939e4
feat(coverage): add coverage['100'] to istanbul provider (#4109) 2023-09-13 15:28:45 +02:00
Stefan Vojvodic
c03faa2204
feat(coverage): add allowExternal option (#3894)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2023-08-21 18:34:40 +02:00
Elby Basolis
5de9af260c
fix(browser): multi-suite coverage (#3806) 2023-07-31 16:56:53 +02:00
Ari Perkkiö
3c851872f8
fix(coverage): exclude vite virtual modules by default (#3794) 2023-07-28 12:29:46 +02:00
Ari Perkkiö
280e674540
fix(coverage): v8 provider to pick source maps without url query params (#3784) 2023-07-28 11:06:31 +02:00
Ari Perkkiö
a90d64fee3
feat!: remove @vitest/coverage-c8 package (#3614) 2023-07-11 11:46:41 +02:00
Marcel Gleeson
a96bc22473
refactor(browser): remove process mock (#3701) 2023-06-29 13:41:03 +02:00
Ari Perkkiö
141a86acf9
fix: run mode stuck in TTY terminals (#3690) 2023-06-28 11:54:37 +02:00
Ari Perkkiö
40f18a0794
fix(coverage): v8 to prevent crash on dynamic CJS files (#3657) 2023-06-26 14:32:36 +02:00
renovate[bot]
82d7cbc2e9
chore(deps): update all non-major dependencies (#3315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-06-20 16:11:48 +02:00