Skip to content

Add codecov report on Github Action #2

Add codecov report on Github Action

Add codecov report on Github Action #2

Workflow file for this run

name: codecov
on:
pull_request:
jobs:
run-codecov:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
flags: unit
fail_ci_if_error: ${{ github.repository == 'e-mission/e-mission-phone' }}