Skip to content

fix(deps): bump codecov/codecov-action from 4 to 5 #14

fix(deps): bump codecov/codecov-action from 4 to 5

fix(deps): bump codecov/codecov-action from 4 to 5 #14

name: Test pull request
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
code_style:
name: Code style
uses: './.github/workflows/code_style.yml'
unit_tests:
name: Unit tests
needs: code_style
uses: './.github/workflows/unit_tests.yml'
with:
testing: true