We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3a96c commit b5c72e3Copy full SHA for b5c72e3
.github/workflows/code-coverage.yml
@@ -10,5 +10,7 @@ on:
10
jobs:
11
call_reusable_workflow:
12
uses: vortexntnu/vortex-ci/.github/workflows/reusable-code-coverage.yml@main
13
+ with:
14
+ before_install_target_dependencies: 'scripts/ci_install_dependencies.sh'
15
secrets:
16
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments