Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imp: add codecov ci #67

Merged
merged 5 commits into from
Oct 4, 2024
Merged

imp: add codecov ci #67

merged 5 commits into from
Oct 4, 2024

Conversation

crodriguezvega
Copy link
Contributor

Inspired by openzeppelin's repo.

Comment on lines -19 to -29
- name: "Check out the repo"
uses: "actions/checkout@v4"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"

- name: "Install Bun"
uses: "oven-sh/setup-bun@v2"

- name: "Install the Node.js dependencies"
run: "bun install"
Copy link
Contributor Author

@crodriguezvega crodriguezvega Sep 10, 2024

Choose a reason for hiding this comment

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

These duplicated steps I put them in the setup/action.yml.

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I basically copied this script from open zeppelin.

Copy link

codecov bot commented Sep 10, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Copy link
Member

@srdtrk srdtrk left a comment

Choose a reason for hiding this comment

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

lgtm

@srdtrk srdtrk merged commit 905ca59 into main Oct 4, 2024
11 checks passed
@srdtrk srdtrk deleted the carlos/add-codecov branch October 4, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants