Skip to content

feat: added codecov workflow and simulator test (#203) #8

feat: added codecov workflow and simulator test (#203)

feat: added codecov workflow and simulator test (#203) #8

Workflow file for this run

name: Code Coverage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
call_reusable_workflow:
uses: vortexntnu/vortex-ci/.github/workflows/reusable-code-coverage.yml@main
with:
vcs-repo-file-url: './dependencies.repos'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}