Closed zambrovski closed 1 year ago
Setup GH Actions Codevov token as secret (CODECOV_TOKEN) and add the following action to the script:
CODECOV_TOKEN
- name: Upload coverage to Codecov uses: codecov/codecov-action@v1.0.2 with: token: ${{secrets.CODECOV_TOKEN}}
Then delete travis-ci.yml file and change the badge in the README.
travis-ci.yml
Fixed.
Setup GH Actions Codevov token as secret (
CODECOV_TOKEN
) and add the following action to the script:Then delete
travis-ci.yml
file and change the badge in the README.