Skip to content

Update codecov.yml

Update codecov.yml #4

Workflow file for this run

name: API workflow
on: [push, pull_request, workflow_dispatch]
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # Make sure to set CODECOV_TOKEN as a secret in your repository settings
file: ./coverage/lcov.info
flags: -f lcov # Specify the coverage file format