File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 --env-file=docker/coverage.env \
5959 ${{ steps.processenv.outputs.docker_environment_args }} \
6060 "${{ inputs.tag }}_${{ inputs.uid }}" \
61- ${{ inputs.command }}
61+ " ${{ inputs.command }}"
Original file line number Diff line number Diff line change @@ -115,15 +115,9 @@ jobs:
115115 uid : ${{ steps.build.outputs.unique }}
116116 tag : ${{ matrix.name }}
117117 args : ${{ matrix.dockerflags }}
118- env : |
119- CI=true
120- CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
121118 command : |
122119 pytest \
123120 -v \
124- --cov \
125- --cov-config=.coveragerc \
126- --cov-report=xml \
127121 ${{ matrix.test_examples }}
128122
129123 - name : Test examples with MPI
@@ -134,16 +128,12 @@ jobs:
134128 args : ${{ matrix.dockerflags }}
135129 env : |
136130 CI=true
137- CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
138131 DEVITO_LOGGING=DEBUG
139132 DEVITO_MPI=1
140133 command : |
141134 mpiexec -n 2 \
142135 pytest \
143136 -v \
144- --cov \
145- --cov-config=.coveragerc \
146- --cov-report=xml \
147137 ${{ matrix.test_examples }}
148138
149139 - name : Cleanup docker image
You can’t perform that action at this time.
0 commit comments