Skip to content

chore(ci): add codecov upload to tests GHA run & update dev guide#433

Merged
lwasser merged 5 commits intoall-contributors:mainfrom
lwasser:code-cov
Feb 10, 2026
Merged

chore(ci): add codecov upload to tests GHA run & update dev guide#433
lwasser merged 5 commits intoall-contributors:mainfrom
lwasser:code-cov

Conversation

@lwasser
Copy link
Copy Markdown
Member

@lwasser lwasser commented Feb 9, 2026

closes #432

What:

This pr adds codecov upload so we can view reports and see changes. this is mostly for unit type testing but it's helpful to have a visual of coverage
Why:

How:

Checklist:

  • Documentation
  • Tests
  • Ready to be merged
  • Added myself to contributors table

@lwasser lwasser marked this pull request as draft February 9, 2026 01:48
Comment thread DEVELOPMENT.md Outdated
@lwasser lwasser marked this pull request as ready for review February 9, 2026 02:03
@lwasser lwasser marked this pull request as draft February 9, 2026 02:06
@lwasser
Copy link
Copy Markdown
Member Author

lwasser commented Feb 9, 2026

Uploads are working! you can see that codecove is watching this pr but we will have to merge to main to update things formally. i just fixed lint locally and now it's broken again so let me figure out why.

chore: add docs for codecov and secret to workflow

chore: double check cov file exists?

yay

Apply suggestion from @lwasser

sdf
@lwasser lwasser changed the title chore: add codcov upload chore: add codcov upload to test run and configure secret / update dev guide Feb 9, 2026
@lwasser lwasser marked this pull request as ready for review February 9, 2026 02:08
Copy link
Copy Markdown
Member

@JimMadge JimMadge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff 🎉. A few comments.

I really like that we are documenting this sort of thing. We can move to the docs eventually, but capturing it somewhere is most important.

Comment thread DEVELOPMENT.md Outdated
Comment thread DEVELOPMENT.md Outdated
Comment thread DEVELOPMENT.md Outdated
Comment thread DEVELOPMENT.md Outdated
Comment thread DEVELOPMENT.md Outdated
Comment on lines +41 to +44
- **Branches:** 50%
- **Functions:** 40%
- **Lines:** 50%
- **Statements:** 50%
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should be a table? Not a big deal either way.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

@@ -30,13 +30,14 @@ jobs:
run: pnpm build
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JimMadge i'm using pnpm here.

let's open an issue because again i don't have specific preferences here I was just following another more recent pr that we had. and migrated over to pnpm. i'll open an issue now, merge this and then when we decide we can update consistently everywhere!

@lwasser lwasser changed the title chore: add codcov upload to test run and configure secret / update dev guide chore: add codecov upload to tests GHA run & update dev guide Feb 10, 2026
@lwasser lwasser changed the title chore: add codecov upload to tests GHA run & update dev guide chore(ci): add codecov upload to tests GHA run & update dev guide Feb 10, 2026
@lwasser
Copy link
Copy Markdown
Member Author

lwasser commented Feb 10, 2026

Good stuff 🎉. A few comments.

I really like that we are documenting this sort of thing. We can move to the docs eventually, but capturing it somewhere is most important.

Thanks for the review! I figure since we're learning as we go it makes sense to document. and then in the end we can definitely pull it over to the docs. I just think every pr updates something that we have to document right now so it's easier to do it here first. 😆 so much to do!!

@lwasser lwasser merged commit e85e9df into all-contributors:main Feb 10, 2026
4 checks passed
@lwasser lwasser deleted the code-cov branch February 10, 2026 02:02
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.

chore: fix codecov so we get reports on prs

2 participants