Skip to content

Add codecov report on Github Action #4

Add codecov report on Github Action

Add codecov report on Github Action #4

Workflow file for this run

name: codecov
on:
pull_request:
jobs:
run-codecov:
runs-on: ubuntu-latest
steps:
- name : Check coverage file directory
- run: |
cd coverage

Check failure on line 11 in .github/workflows/codecov.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codecov.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
ls -la ./
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# with:
# files: coverage/coverage.json
# flags: unit
# fail_ci_if_error: ${{ github.repository == 'e-mission/e-mission-phone' }}