Skip to content

Add codecov report on Github Action #3

Add codecov report on Github Action

Add codecov report on Github Action #3

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:
files: ./coverage.json
flags: unit
fail_ci_if_error: ${{ github.repository == 'e-mission/e-mission-phone' }}