Skip to content

Add codecov report on Github Action #1

Add codecov report on Github Action

Add codecov report on Github Action #1

Workflow file for this run

name: codecov
on:
pull_request:
jobs:
run-codecov:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}