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: Only warn on missing vite-config and improve warning message #260

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

davelosert
Copy link
Owner

Fixes #259

@davelosert davelosert linked an issue Jul 30, 2023 that may be closed by this pull request
@github-actions
Copy link
Contributor

Coverage Report for Mock Reports (./test/mockReports)

Status Category Percentage Covered / Total
🔵 Lines 41.37% 60 / 145
🔵 Statements 41.33% 62 / 150
🔵 Functions 62.06% 18 / 29
🔵 Branches 39.65% 23 / 58
File CoverageNo changed files found.
Generated in workflow #544

@github-actions
Copy link
Contributor

Coverage Report for Root

Status Category Percentage Covered / Total
🔵 Lines 57.33% 387 / 675
🔵 Statements 57.33% 387 / 675
🔵 Functions 73.68% 14 / 19
🔵 Branches 90% 63 / 70
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/getViteConfigPath.ts 98.03% 87.5% 100% 98.03% 39
src/index.ts 0% 0% 0% 0% 1-80
src/options.ts 0% 0% 0% 0% 1-35
Unchanged Files
src/FileCoverageMode.ts 100% 100% 100% 100%
src/generateFileCoverageHtml.ts 100% 100% 100% 100%
src/generateFileUrl.ts 94.44% 50% 100% 94.44% 6
src/generateHeadline.ts 100% 100% 100% 100%
src/generateSummaryTableHtml.ts 100% 100% 100% 100%
src/getPullChanges.ts 0% 0% 0% 0% 1-58
src/getUncoveredLinesFromStatements.ts 100% 100% 100% 100%
src/icons.ts 100% 100% 100% 100%
src/parseCoverageThresholds.ts 100% 100% 100% 100%
src/parseJsonReports.ts 0% 0% 0% 0% 1-50
src/writeSummaryToPR.ts 0% 0% 0% 0% 1-63
Generated in workflow #544

@davelosert davelosert merged commit 746b700 into main Jul 30, 2023
3 checks passed
@davelosert davelosert deleted the 259-unable-to-find-config-file branch July 30, 2023 18:07
github-actions bot pushed a commit that referenced this pull request Jul 30, 2023
## [2.1.1](v2.1.0...v2.1.1) (2023-07-30)

### Bug Fixes

* Only warn on missing vite-config and improve warning message ([#260](#260)) ([746b700](746b700))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.1.1 🎉

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.

Unable to find config file ".//".
1 participant