Describe the bug
I transferred a public repo from my personal account to a new organization. Nothing else
changed - same codecov.yml, same workflow, repo stayed public.
Since then:
- Project coverage, Flags and Components show "Available with Pro Plan" in Settings.
All three said "Configured" before.
- The PR comment dropped to two lines and
codecov/project stopped posting.
- Member activation shows "1 activated member of 1 available seats". My personal
account shows 5 seats.
The org has 2 repos, both public, no private ones. Your pricing page lists Developer
as "1 maximum user (unlimited for open source)", so I would not expect a seat limit
or gated features here.
The data is still being computed - the flags and components pages for the PR show
everything. Only the reporting is withheld.
Both symptoms look like one cause: the org is not being treated as open source.
Environment (please complete the following information):
- Repo: https://github.com/cgt-calc/capital-gains-calculator (public, MIT)
- Was: KapJI/capital-gains-calculator (also public)
- Transferred: 2026-08-26 ~12:45 UTC
- GitHub repo ID unchanged: 334744265
- Plan: Developer
- CI: GitHub Actions, codecov-action@v7, 6 parallel uploads
To Reproduce
- Public repo on a personal account, codecov.yml with components and flags.
PR comments include project coverage, flags and components.
- Transfer it to a newly created org. Keep it public. Change nothing else.
- Open a PR and wait for uploads to finish.
- PR comment is now two lines.
codecov/project never posts, codecov/patch does.
- Settings shows Project coverage, Flags and Components as Pro-only.
- The PR /flags and /components pages still show all the data.
- Member activation shows 1 available seat.
Expected behavior
A public repo keeps project coverage, flags and components after a transfer, and an
org with only public repos is not seat limited.
Screenshots




Additional context
Codecov comment before, under KapJI:
cgt-calc/capital-gains-calculator#988 (comment)
Codecov comment after, under cgt-calc:
cgt-calc/capital-gains-calculator#1019 (comment)
Data still present:
https://app.codecov.io/gh/cgt-calc/capital-gains-calculator/pull/1020/components
The API reports the repo as public:
GET https://api.codecov.io/api/v2/github/cgt-calc/repos/capital-gains-calculator/
{"name": "capital-gains-calculator", "private": false, "active": true}
Other community OSS orgs still get these features on public repos, for example
aio-libs/aiohttp, u-root/u-root and psychopy/psychopy, all within the last day.
The transfer also created a second Codecov project instead of following the rename.
Coverage history stayed under KapJI/capital-gains-calculator (367 commits); the new
one started empty. Deactivating the old project did not help.
Related: #938
Questions
- Should the open source exemption apply to orgs? Other OSS orgs appear to have it.
- Does it need provisioning for a newly created org?
- Can it be enabled for cgt-calc?
Describe the bug
I transferred a public repo from my personal account to a new organization. Nothing else
changed - same
codecov.yml, same workflow, repo stayed public.Since then:
All three said "Configured" before.
codecov/projectstopped posting.account shows 5 seats.
The org has 2 repos, both public, no private ones. Your pricing page lists Developer
as "1 maximum user (unlimited for open source)", so I would not expect a seat limit
or gated features here.
The data is still being computed - the flags and components pages for the PR show
everything. Only the reporting is withheld.
Both symptoms look like one cause: the org is not being treated as open source.
Environment (please complete the following information):
To Reproduce
PR comments include project coverage, flags and components.
codecov/projectnever posts,codecov/patchdoes.Expected behavior
A public repo keeps project coverage, flags and components after a transfer, and an
org with only public repos is not seat limited.
Screenshots




Additional context
Codecov comment before, under KapJI:
cgt-calc/capital-gains-calculator#988 (comment)
Codecov comment after, under cgt-calc:
cgt-calc/capital-gains-calculator#1019 (comment)
Data still present:
https://app.codecov.io/gh/cgt-calc/capital-gains-calculator/pull/1020/components
The API reports the repo as public:
Other community OSS orgs still get these features on public repos, for example
aio-libs/aiohttp, u-root/u-root and psychopy/psychopy, all within the last day.
The transfer also created a second Codecov project instead of following the rename.
Coverage history stayed under KapJI/capital-gains-calculator (367 commits); the new
one started empty. Deactivating the old project did not help.
Related: #938
Questions