Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Create codecov.yml

Create codecov.yml #1

Workflow file for this run

name: Codecov
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}