Skip to content

Commit 71bcef0

Browse files
authored
Some debugging
1 parent 8536999 commit 71bcef0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Test SlurmClusterManager
4646
run: |
4747
docker exec -t slurmctld julia -e 'import Pkg; Pkg.activate("SlurmClusterManager"); Pkg.test(; coverage=true)'
48+
- run: find . -type f -name '*.cov'
49+
- run: julia --project --code-coverage=all 'import SlurmClusterManager; SlurmClusterManager.warn_if_unexpected_params(Dict(:foo => "bar"))'
50+
- run: find . -type f -name '*.cov'
4851
- uses: julia-actions/julia-processcoverage@v1
4952
- uses: codecov/codecov-action@v5
5053
with:

0 commit comments

Comments
 (0)