We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a8869 commit 373ef22Copy full SHA for 373ef22
.github/workflows/test-n-publish.yml
@@ -80,7 +80,7 @@ jobs:
80
CC=testcompiler CXX=testccompiler FC=testfortran coverage run -p `which machinestate` -c
81
coverage run -p `which machinestate` -e -s -a -m hostname
82
coverage run -p `which machinestate` -p output.json
83
- coverage run -p `which machinestate` -e -j output.json
+ coverage run -p `which machinestate` -e -p output.json
84
coverage run -p `which machinestate` -p output-ext.json
85
coverage run -p `which machinestate` --html
86
coverage run -p `which machinestate` --html -o output.html
0 commit comments