Skip to content

Introduce coverage generation skip input#183

Draft
Orkuncakilkaya wants to merge 1 commit into
mainfrom
introduce-skip-coverage-step
Draft

Introduce coverage generation skip input#183
Orkuncakilkaya wants to merge 1 commit into
mainfrom
introduce-skip-coverage-step

Conversation

@Orkuncakilkaya

@Orkuncakilkaya Orkuncakilkaya commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the .github/workflows/docs-and-coverage.yml workflow to improve flexibility and clarity in generating and deploying documentation and coverage reports. The main changes simplify the process for preparing the gh-pages folder and add new options for skipping specific steps.

Workflow improvements:

  • Removed the prepare-gh-pages-commands input and replaced it with explicit steps for moving documentation and coverage reports into the gh-pages folder, making the workflow easier to understand and maintain. [1] [2]
  • Added a new skip-coverage-step input to allow skipping the coverage report generation and related steps. [1] [2]
  • Updated workflow steps to conditionally run documentation and coverage tasks based on the new and existing skip inputs (skip-docs-step and skip-coverage-step).

@changeset-bot

changeset-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 953e203

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@github-actions

Copy link
Copy Markdown
Contributor

This PR will create a minor release 🚀

⚠️ This is a test run of the release-notes-comment action that can be found in .github/workflows/analyze-commits.yml

1.6.0 (2026-07-17)

Features

  • build-typescript: set artifact retention period to 3 days (cf3d477)
  • workflows: add skip-coverage-step input and reorganize gh-pages preparation (953e203)

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ This PR doesn't contain any changesets. If there are user-facing changes, don't forget to run:

pnpm exec changeset

to create a changeset.

@Orkuncakilkaya Orkuncakilkaya changed the title feat(workflows): add skip-coverage-step input and reorganize gh-pages… Introduce coverage generation skip input Jul 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 50% 3/6
🟢 Branches 100% 0/0
🔴 Functions 50% 1/2
🔴 Lines 25% 1/4

Test suite run success

15 tests passing in 7 suites.

Report generated by 🧪jest coverage report action from 953e203

Show full coverage report
St File % Stmts % Branch % Funcs % Lines Uncovered Line #s
🟡 All files 50 100 50 25
🟢  greeting.ts 100 100 100 100
🔴  index.ts 0 100 0 0 1-4

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.

1 participant