Open xuanswe opened 3 years ago
Unfortunately I didn't really found to look into it how to setup this correctly.
This is my config: https://github.com/zenonine/navi/blob/master/.github/workflows/verify-navi.yml
- uses: codecov/codecov-action@v1
with:
files: ./navi/coverage/lcov.info
that's a github action?
codecov/codecov-action@v1
is a github action. Yes.
I am seeing you are using it, right?
https://github.com/fluttercommunity/get_it/blob/master/.github/workflows/dart.yml
# Code coverage can be acitivated once its ready.
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
honestly I can't remember having added that 🙄
as this repo is part of the fluttter community organisation I first have to get the access right from them
@lukepighetti can you add a coverage badge? you updated the CI stuff thankfully
Could I ask why you want this? Code coverage is a pretty meaningless metric...
Could you provide a code coverage badge?
Ex. https://github.com/marketplace/actions/codecov