Skip to content

chore(deps): Bump codecov/codecov-action from 3 to 4 #42

chore(deps): Bump codecov/codecov-action from 3 to 4

chore(deps): Bump codecov/codecov-action from 3 to 4 #42

Workflow file for this run

---
name: PR Analysis
on:
pull_request:
branches:
- main
- develop
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
with:
build_test: false
coverage:
name: Coverage Report
needs:
- test
uses: ./.github/workflows/coverage.yml
secrets: inherit