Skip to content

Commit 344ee04

Browse files
authored
Update ci.yml
1 parent 27cd8a2 commit 344ee04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ jobs:
4646
run: |
4747
docker exec -t slurmctld /home/docker/SlurmClusterManager/ci/ci_script.bash
4848
- run: find . -type f -name '*.cov'
49-
- run: julia --project --code-coverage=all -e 'import SlurmClusterManager; SlurmClusterManager.warn_if_unexpected_params(Dict(:foo => :bar))'
49+
# - run: docker cp slurmctld:/home/docker/SlurmClusterManager/src /tmp/app_logs
50+
- run: docker exec container /bin/sh -c 'tar -cf - /home/docker/SlurmClusterManager/src/*.cov' | tar -xvf -
5051
- run: find . -type f -name '*.cov'
52+
# - run: julia --project --code-coverage=all -e 'import SlurmClusterManager; SlurmClusterManager.warn_if_unexpected_params(Dict(:foo => :bar))'
53+
# - run: find . -type f -name '*.cov'
5154
- uses: julia-actions/julia-processcoverage@v1
5255
- uses: codecov/codecov-action@v5
5356
with:

0 commit comments

Comments
 (0)