chiubaka / genesis

Creates standardized monorepos and pre-configured project scaffolding for Chiubaka Technologies projects.
2 stars 0 forks source link

_All_ tests should run on `master` branch regardless of affected project status #159

Open chiubaka opened 1 year ago

chiubaka commented 1 year ago

Typically, no projects are detected as "affected" from master compared to master, so tests don't get run. Master is an important branch, and tests should always be run on this branch. It's also important that tests get run so that coverage reports get properly uploaded to Codecov. Otherwise we get issues like https://github.com/chiubaka/holocron/issues/60.

This PR contains the fix used in Holocron: https://github.com/chiubaka/holocron/pull/68

chiubaka commented 1 year ago

Bumping this so that it doesn't appear stale for import into Linear.