Skip to content

Update README.md

Update README.md #48

Workflow file for this run

name: Upload coverage reports to Codecov
on:
push:
branches:
- master
jobs:
upload-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}