• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

contentful-userland / cf-content-types-generator
91%

Build:
DEFAULT BRANCH: master
Repo Added 07 Jun 2021 09:13AM UTC
Token 9JxDkTBAWVce0uiakr0FSPKMBVahscfSe regen
Build 152 Last
Files 31
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • dependabot/npm_and_yarn/axios-1.15.0
  • dependabot/npm_and_yarn/axios-1.16.0
  • dependabot/npm_and_yarn/axios-1.16.1
  • dependabot/npm_and_yarn/brace-expansion-5.0.6
  • dependabot/npm_and_yarn/fast-xml-builder-1.2.0
  • dependabot/npm_and_yarn/follow-redirects-1.16.0
  • dependabot/npm_and_yarn/lodash-4.18.1
  • dependabot/npm_and_yarn/lodash-es-4.18.1
  • dependabot/npm_and_yarn/uuid-11.1.1
  • fix/ACT-2441-add-workflow-permissions
  • fix/coverage-ignore-lib
  • fix/issue-457-oclif-single-command
  • master
  • v3

30 Jun 2026 07:07AM UTC coverage: 90.741%. Remained the same
28426720417

push

github

web-flow
ci(github-actions): add explicit permissions to CI workflow [ACT-2435] [ACT-2436] [ACT-2441] (#474)

## Summary

Adds explicit \`permissions\` blocks to \`.github/workflows/test.yml\`
to restrict the \`GITHUB_TOKEN\` to the minimum required scopes across
all three CI jobs. A workflow-level \`contents: read\` default covers
the \`build\` and \`lint\` jobs; the \`test\` job also gets \`checks:
write\` so the Coveralls action can post results.

## Tickets

- ACT-2435 — \`lint\` job missing permissions (lines 32–59)
- ACT-2436 — \`build\` job missing permissions (lines 7–31)
- ACT-2441 — \`test\` job missing permissions (lines 60–90)

## Why

Without explicit permissions the workflow inherits the repository
default, which may be read-write. Least-privilege permissions prevent
accidental or malicious use of a broad token and follow Contentful
security requirements for public repositories.

## Risk and Rollout

Low risk — CI configuration change only. The \`GITHUB_TOKEN\` now has
narrower scope. If any job requires additional permissions in the
future, they can be added at the job level.

> Note: This PR was created with the
[contentful-github-create-pull-request](https://github.com/contentful/agents-kit/tree/main/libs/contentful-github-create-pull-request)
skill, powered by [Agents Kit].
> Learn more: [Agents Kit
Documentation](https://contentful.roadie.so/docs/default/component/agents-kit).

180 of 219 branches covered (82.19%)

Branch coverage included in aggregate %.

457 of 483 relevant lines covered (94.62%)

26.37 hits per line

Relevant lines Covered
Build:
Build:
483 RELEVANT LINES 457 COVERED LINES
26.37 HITS PER LINE
Source Files on master
  • Tree
  • List 31
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28426720417 master ci(github-actions): add explicit permissions to CI workflow [ACT-2435] [ACT-2436] [ACT-2441] (#474) ## Summary Adds explicit \`permissions\` blocks to \`.github/workflows/test.yml\` to restrict the \`GITHUB_TOKEN\` to the minimum required scopes... push 30 Jun 2026 07:08AM UTC web-flow github
90.74
28426455778 fix/ACT-2441-add-workflow-permissions ci(github-actions): add explicit permissions to CI workflow [ACT-2441] Pull #474 30 Jun 2026 07:02AM UTC marcolink github
90.74
26050005197 dependabot/npm_and_yarn/brace-expansion-5.0.6 chore(deps): bump brace-expansion from 1.1.11 to 5.0.6 Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 5.0.6. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://... Pull #473 18 May 2026 05:40PM UTC web-flow github
90.74
25996655803 dependabot/npm_and_yarn/axios-1.16.1 chore(deps): bump axios from 1.14.0 to 1.16.1 Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.16.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [... Pull #472 17 May 2026 04:41PM UTC web-flow github
90.74
25575115624 dependabot/npm_and_yarn/fast-xml-builder-1.2.0 chore(deps): bump fast-xml-builder from 1.1.4 to 1.2.0 Bumps [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder) from 1.1.4 to 1.2.0. - [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELO... Pull #470 08 May 2026 07:26PM UTC web-flow github
90.74
25538259186 dependabot/npm_and_yarn/axios-1.16.0 chore(deps): bump axios from 1.14.0 to 1.16.0 Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [... Pull #469 08 May 2026 05:17AM UTC web-flow github
90.74
25411726472 dependabot/npm_and_yarn/uuid-11.1.1 chore(deps): bump uuid from 11.1.0 to 11.1.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/v11.1.1/CHANGELOG.md) - ... Pull #468 06 May 2026 01:34AM UTC web-flow github
90.74
24472764540 dependabot/npm_and_yarn/follow-redirects-1.16.0 chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [C... Pull #466 15 Apr 2026 07:02PM UTC web-flow github
90.74
24306161549 dependabot/npm_and_yarn/axios-1.15.0 chore(deps): bump axios from 1.14.0 to 1.15.0 Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [... Pull #465 12 Apr 2026 11:56AM UTC web-flow github
90.74
24224940722 dependabot/npm_and_yarn/lodash-4.18.1 chore(deps): bump lodash from 4.17.23 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4... Pull #464 10 Apr 2026 03:33AM UTC web-flow github
90.74
See All Builds (74)

Badge your Repo: cf-content-types-generator

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc