Skip to content

Add codecov step to test workflow #6

Add codecov step to test workflow

Add codecov step to test workflow #6

Workflow file for this run

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