nomad-coe / matid

Apache License 2.0
2 stars 2 forks source link

Enable Codecov #4

Closed AlexBuccheri closed 5 months ago

AlexBuccheri commented 12 months ago

Hi Lauri, in case no one enabled codecov yet, I just did it for this project. To use it in actions:

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

I set the secret name as recommended, above.

Cheers, Alex

lauri-codes commented 5 months ago

Thanks for the tip. I think I would like to avoid using an external service for the coverage reports.