We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a3699 commit 9d05f22Copy full SHA for 9d05f22
.github/workflows/code-coverage.yml
@@ -8,6 +8,7 @@ jobs:
8
uses: vortexntnu/vortex-ci/.github/workflows/reusable-code-coverage.yml@ci/setup-codecov
9
with:
10
vcs-repo-file-url: './dependencies.repos'
11
+ before_install_target_dependencies: './requirements.sh'
12
secrets:
13
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14
0 commit comments