Skip to content

Commit

Permalink
Add CI/CodeCov badges to README.md
Browse files Browse the repository at this point in the history
Currently codecov is not setup to run with this repo. That will also need to be configured.
  • Loading branch information
robotoer committed Dec 10, 2024
1 parent f3f287a commit 625de47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Tokenized Strategy Mix for Yearn V3 strategies

![CI](https://github.com/term-finance/yearn-v3-term-vault/actions/workflows/ci.yaml/badge.svg?branch=master)

[![codecov](https://codecov.io/gh/term-finance/yearn-v3-term-vault/graph/badge.svg?token=rSmJK0e9nG)](https://codecov.io/gh/term-finance/yearn-v3-term-vault)

This repo will allow you to write, test and deploy V3 "Tokenized Strategies" using [Foundry](https://book.getfoundry.sh/).

You will only need to override the three functions in Strategy.sol of `_deployFunds`, `_freeFunds` and `_harvestAndReport`. With the option to also override `_tend`, `_tendTrigger`, `availableDepositLimit`, `availableWithdrawLimit` and `_emergencyWithdraw` if desired.
Expand Down

0 comments on commit 625de47

Please sign in to comment.