Conversation
|
It didn't work 😢 |
|
I think you also need to install codecov for this repo https://github.com/apps/codecov |
|
It seems installed... I don't know what else to do. @ToucheSir any idea? |
|
According to https://app.codecov.io/gh/FluxML/SafeTensors.jl/new (needs login with GitHub first), we need to commit this config to the main branch first. Also, they recommend this config: - name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: FluxML/SafeTensors.jlShould we add the Also also, should we make the |
Let's see if I managed to successfully setup codecov for this repo