Skip to content

Add codecov github action #1

Add codecov github action

Add codecov github action #1

Workflow file for this run

name: codecov.yaml
on: [pull_request]
permissions: read-all
jobs:
- name: Upload coverage reports to Codecov

Check failure on line 7 in .github/workflows/codecov.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/codecov.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}