Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

fixed syntax error

fixed syntax error #3

name: Codecov Report
on: pull_request
jobs:

Check failure on line 4 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 4
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