We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31aec87 commit 5da9f18Copy full SHA for 5da9f18
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
- run: find . -type f -name '*.cov'
49
- run: docker exec slurmctld /bin/bash -c 'tar -cf - /home/docker/SlurmClusterManager/src/*.cov' | tar -xvf -
50
51
+ - run: find . -type f -name '*.cov' -exec cat {} \;
52
- uses: julia-actions/julia-processcoverage@v1
53
- uses: codecov/codecov-action@v5
54
with:
0 commit comments