Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(coverage): fix sourcemaps of uncovered lines #2122

Merged

Conversation

AriPerkkio
Copy link
Member

@AriPerkkio AriPerkkio commented Oct 6, 2022

While looking into #2121 I noticed that sourcemaps of uncovered files' coverages are off.

$ cd test/coverage-test
$ pnpm coverage:istanbul
$ npx live-server ./coverage

Before:

After:

@AriPerkkio AriPerkkio force-pushed the fix/uncovered-coverage-sourcemaps branch from cbe0373 to 1872fd0 Compare October 8, 2022 06:09
@AriPerkkio AriPerkkio marked this pull request as ready for review October 8, 2022 06:36
@antfu antfu merged commit af3ad61 into vitest-dev:main Oct 8, 2022
@AriPerkkio AriPerkkio deleted the fix/uncovered-coverage-sourcemaps branch October 8, 2022 11:59
fwouts pushed a commit to fwouts/previewjs that referenced this pull request Oct 13, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest) | [`0.24.0` ->
`0.24.1`](https://renovatebot.com/diffs/npm/vitest/0.24.0/0.24.1) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.24.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.24.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.24.1/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.24.1/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest</summary>

###
[`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

#####    🐞 Bug Fixes

- Remove work-around from `istanbul-lib-instrument`  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2121
- Don't show extra properties for test context  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2116
- Parse env options from comments (fix
[#&#8203;1962](https://togithub.com/vitest-dev/vitest/issues/1962))  - 
by [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#1984
- **coverage**: Fix sourcemaps of uncovered lines  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2122

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzMC4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
marvinruder pushed a commit to marvinruder/rating-tracker-frontend that referenced this pull request Oct 15, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vitest/coverage-c8](https://togithub.com/vitest-dev/vitest) |
[`^0.24.0` ->
`^0.24.3`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-c8/0.24.0/0.24.3)
|
[![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest</summary>

###
[`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3)

#####    🐞 Bug Fixes

- **build**: Build packages before publishing  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3)

###
[`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2)

#####    🚀 Features

- **ui**: Add tests summary in the dashboard  -  by
[@&#8203;webfansplz](https://togithub.com/webfansplz) and
[@&#8203;userquin](https://togithub.com/userquin) in
[vitest-dev/vitest#2133

#####    🐞 Bug Fixes

- **bench**: Throw root cause  -  by
[@&#8203;azaleta](https://togithub.com/azaleta) and
[@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#2137
- **browser**: Working again  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[vitest-dev/vitest#2143
- **coverage**: Reduce size of leftover v8 reports  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2144
- **vite-node**: Init the debugger ahead of time to ensure that load
dumped code work as expected (fix
[#&#8203;2126](https://togithub.com/vitest-dev/vitest/issues/2126))  - 
by [@&#8203;await-ovo](https://togithub.com/await-ovo) in
[vitest-dev/vitest#2127

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2)

###
[`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

#####    🐞 Bug Fixes

- Remove work-around from `istanbul-lib-instrument`  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2121
- Don't show extra properties for test context  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2116
- Parse env options from comments (fix
[#&#8203;1962](https://togithub.com/vitest-dev/vitest/issues/1962))  - 
by [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#1984
- **coverage**: Fix sourcemaps of uncovered lines  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2122

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/marvinruder/rating-tracker-frontend).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
marvinruder pushed a commit to marvinruder/rating-tracker-frontend that referenced this pull request Oct 15, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest) | [`^0.24.0` ->
`^0.24.3`](https://renovatebot.com/diffs/npm/vitest/0.24.0/0.24.3) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest</summary>

###
[`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3)

#####    🐞 Bug Fixes

- **build**: Build packages before publishing  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3)

###
[`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2)

#####    🚀 Features

- **ui**: Add tests summary in the dashboard  -  by
[@&#8203;webfansplz](https://togithub.com/webfansplz) and
[@&#8203;userquin](https://togithub.com/userquin) in
[vitest-dev/vitest#2133

#####    🐞 Bug Fixes

- **bench**: Throw root cause  -  by
[@&#8203;azaleta](https://togithub.com/azaleta) and
[@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#2137
- **browser**: Working again  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[vitest-dev/vitest#2143
- **coverage**: Reduce size of leftover v8 reports  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2144
- **vite-node**: Init the debugger ahead of time to ensure that load
dumped code work as expected (fix
[#&#8203;2126](https://togithub.com/vitest-dev/vitest/issues/2126))  - 
by [@&#8203;await-ovo](https://togithub.com/await-ovo) in
[vitest-dev/vitest#2127

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2)

###
[`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

#####    🐞 Bug Fixes

- Remove work-around from `istanbul-lib-instrument`  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2121
- Don't show extra properties for test context  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2116
- Parse env options from comments (fix
[#&#8203;1962](https://togithub.com/vitest-dev/vitest/issues/1962))  - 
by [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#1984
- **coverage**: Fix sourcemaps of uncovered lines  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2122

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/marvinruder/rating-tracker-frontend).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
marvinruder pushed a commit to marvinruder/rating-tracker that referenced this pull request Nov 12, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vitest/coverage-c8](https://togithub.com/vitest-dev/vitest) |
[`^0.24.0` ->
`^0.24.3`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-c8/0.24.0/0.24.3)
|
[![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest</summary>

###
[`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3)

#####    🐞 Bug Fixes

- **build**: Build packages before publishing  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3)

###
[`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2)

#####    🚀 Features

- **ui**: Add tests summary in the dashboard  -  by
[@&#8203;webfansplz](https://togithub.com/webfansplz) and
[@&#8203;userquin](https://togithub.com/userquin) in
[vitest-dev/vitest#2133

#####    🐞 Bug Fixes

- **bench**: Throw root cause  -  by
[@&#8203;azaleta](https://togithub.com/azaleta) and
[@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#2137
- **browser**: Working again  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[vitest-dev/vitest#2143
- **coverage**: Reduce size of leftover v8 reports  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2144
- **vite-node**: Init the debugger ahead of time to ensure that load
dumped code work as expected (fix
[#&#8203;2126](https://togithub.com/vitest-dev/vitest/issues/2126))  - 
by [@&#8203;await-ovo](https://togithub.com/await-ovo) in
[vitest-dev/vitest#2127

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2)

###
[`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

#####    🐞 Bug Fixes

- Remove work-around from `istanbul-lib-instrument`  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2121
- Don't show extra properties for test context  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2116
- Parse env options from comments (fix
[#&#8203;1962](https://togithub.com/vitest-dev/vitest/issues/1962))  - 
by [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#1984
- **coverage**: Fix sourcemaps of uncovered lines  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2122

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/marvinruder/rating-tracker-frontend).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
marvinruder pushed a commit to marvinruder/rating-tracker that referenced this pull request Nov 12, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest) | [`^0.24.0` ->
`^0.24.3`](https://renovatebot.com/diffs/npm/vitest/0.24.0/0.24.3) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest</summary>

###
[`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3)

#####    🐞 Bug Fixes

- **build**: Build packages before publishing  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3)

###
[`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2)

#####    🚀 Features

- **ui**: Add tests summary in the dashboard  -  by
[@&#8203;webfansplz](https://togithub.com/webfansplz) and
[@&#8203;userquin](https://togithub.com/userquin) in
[vitest-dev/vitest#2133

#####    🐞 Bug Fixes

- **bench**: Throw root cause  -  by
[@&#8203;azaleta](https://togithub.com/azaleta) and
[@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#2137
- **browser**: Working again  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[vitest-dev/vitest#2143
- **coverage**: Reduce size of leftover v8 reports  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2144
- **vite-node**: Init the debugger ahead of time to ensure that load
dumped code work as expected (fix
[#&#8203;2126](https://togithub.com/vitest-dev/vitest/issues/2126))  - 
by [@&#8203;await-ovo](https://togithub.com/await-ovo) in
[vitest-dev/vitest#2127

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2)

###
[`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

#####    🐞 Bug Fixes

- Remove work-around from `istanbul-lib-instrument`  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2121
- Don't show extra properties for test context  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2116
- Parse env options from comments (fix
[#&#8203;1962](https://togithub.com/vitest-dev/vitest/issues/1962))  - 
by [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[vitest-dev/vitest#1984
- **coverage**: Fix sourcemaps of uncovered lines  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2122

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/marvinruder/rating-tracker-frontend).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants