karljj1/kdis

Code coverage

carlocorradini opened this issue · 7 comments

@karljj1 Can you create an account on Codecov for kdis

Thanks 🥳🤗

Its setup. I added the secret, you just need to put it into the actions somewhere:

- name: Upload coverage reports to Codecov
  uses: codecov/codecov-action@v3
  env:
    CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Awesome.
Only to be certain, have you set up the Open Source project template for Codecov? (The token is not necessary if OSS)

Awesome. Only to be certain, have you set up the Open Source project template for Codecov? (The token is not necessary if OSS)

I dont see that option. There are 3 I can see: Github Actions, CircleCI and Other CI.
image

@karljj1 Can you install https://github.com/apps/codecov in the repo. Thanks

@karljj1 Can you install https://github.com/apps/codecov in the repo. Thanks

Is it all working now?

@karljj1 Can you install https://github.com/apps/codecov in the repo. Thanks

Is it all working now?

It should be automatic :)