Skip to content

defined job

defined job #2

name: Codecov Report
on: pull_request
jobs:
if_merged:

Check failure on line 5 in .github/workflows/codecov-report-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codecov-report-publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
if: github.event.pull_request.merged == true
- name: Upload coverage reports to Codecov
uses: actions/checkout@v2
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./_coverage/coverage.xml
env_vars: OS,PYTHON,TEST_DATABASE_URI
fail_ci_if_error: true