Skip to content

TESTING - Code coverage with codevov #99

TESTING - Code coverage with codevov

TESTING - Code coverage with codevov #99

Workflow file for this run

name: Develop
on:
pull_request:
branches:
- 'develop'
jobs:
pin_requirements:
uses: ./.github/workflows/pin_requirements.yml
autoformatting:
needs: pin_requirements
uses: ./.github/workflows/autoformatting.yml
testing:
needs: autoformatting
uses: ./.github/workflows/testing.yml