Skip to content

add codecov action

add codecov action #2

Workflow file for this run

name: 'Codecov'
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@3
with:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}