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: Fixes broken file-coverage links #230

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Conversation

davelosert
Copy link
Owner

Fixes the range-urls

@github-actions
Copy link
Contributor

github-actions bot commented Jun 13, 2023

Coverage Summary

Status Category Percentage Covered / Total
🔵 Lines 58.38% 362 / 620
🔵 Statements 58.38% 362 / 620
🔵 Functions 76.47% 13 / 17
🔵 Branches 91.8% 56 / 61
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/generateFileCoverageHtml.ts 100% 100% 100% 100%
Unchanged Files
src/FileCoverageMode.ts 100% 100% 100% 100%
src/generateFileUrl.ts 94.44% 50% 100% 94.44% 6
src/generateSummaryTableHtml.ts 100% 100% 100% 100%
src/getPullChanges.ts 0% 0% 0% 0% 1-58
src/getUncoveredLinesFromStatements.ts 100% 100% 100% 100%
src/getViteConfigPath.ts 100% 100% 100% 100%
src/icons.ts 100% 100% 100% 100%
src/index.ts 0% 0% 0% 0% 1-89
src/parseCoverageThresholds.ts 100% 100% 100% 100%
src/parseJsonReports.ts 0% 0% 0% 0% 1-50
src/writeSummaryToPR.ts 0% 0% 0% 0% 1-60

@davelosert davelosert merged commit 25ca77f into main Jun 13, 2023
@davelosert davelosert deleted the fix-line-coverage-links branch June 13, 2023 09:30
github-actions bot pushed a commit that referenced this pull request Jun 13, 2023
# [2.0.0](v1.4.0...v2.0.0) (2023-06-13)

### Bug Fixes

* Fixes broken file-coverage links ([#230](#230)) ([25ca77f](25ca77f))

### Features

* Add option to choose mode for display file coverage ([#192](#192)) ([148463f](148463f))

### BREAKING CHANGES

* The File-Coverage will now only report files that were actually changed in the pull-request on default. This is to avoid large projects having problems with the comments on the PR being too big. To get the old behavior (always report all tested files), use the new setting 'file-coverage-mode: all'.
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant