Skip to content

Commit 5da9f18

Browse files
authored
Update ci.yml
1 parent 31aec87 commit 5da9f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- run: find . -type f -name '*.cov'
4949
- run: docker exec slurmctld /bin/bash -c 'tar -cf - /home/docker/SlurmClusterManager/src/*.cov' | tar -xvf -
5050
- run: find . -type f -name '*.cov'
51+
- run: find . -type f -name '*.cov' -exec cat {} \;
5152
- uses: julia-actions/julia-processcoverage@v1
5253
- uses: codecov/codecov-action@v5
5354
with:

0 commit comments

Comments
 (0)