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

test: Run tests when packages change #288

Merged
merged 3 commits into from
Dec 17, 2024
Merged

test: Run tests when packages change #288

merged 3 commits into from
Dec 17, 2024

Conversation

evadecker
Copy link
Member

What changed?

Fixes #284. Change from paths included to paths excluded when choosing to run CI tests. Only ignore directories that do not need to have unit tests run.

Why?

Increase confidence that upgrading packages (e.g. dependabot) will not break the build.

How was this change made?

Replaced paths with paths-ignore in ci.yml and coverage.yml workflows.

Copy link

changeset-bot bot commented Dec 17, 2024

🦋 Changeset detected

Latest commit: 100e106

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
namesake Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the workflows Changes to GitHub workflows label Dec 17, 2024
Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 37.55%
🟰 ±0%
2131 / 5674
🔵 Statements 37.55%
🟰 ±0%
2131 / 5674
🔵 Functions 38.75%
🟰 ±0%
81 / 209
🔵 Branches 69.7%
🟰 ±0%
168 / 241
File CoverageNo changed files found.
Generated in workflow #208 for commit 100e106 by the Vitest Coverage Report Action

@evadecker evadecker merged commit 2dcace8 into main Dec 17, 2024
11 checks passed
@evadecker evadecker deleted the test-dependabot branch December 17, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workflows Changes to GitHub workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run CI tests when upgrading packages
1 participant