Skip to content

Commit

Permalink
defined job
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 committed Jan 30, 2024
1 parent b4cd61a commit fca01bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/codecov-report-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Codecov Report
on: pull_request

jobs:
if_merged:
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

0 comments on commit fca01bb

Please sign in to comment.