File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 run : ls -la artifacts
6868
6969 - name : Save artifacts for next job
70- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
70+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7171 with :
7272 name : image-artifacts
7373 path : ironic-images/artifacts/
Original file line number Diff line number Diff line change 4444 - run : poetry install --sync --with test
4545 - run : poetry build
4646 - run : " poetry run pytest --cov --cov-report xml:coverage.xml"
47- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
47+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4848 with :
4949 name : coverage-${{ matrix.project }}
5050 path : python/${{ matrix.project }}/coverage.xml
6060 merge-multiple : true
6161 - run : |
6262 npx cobertura-merge-globby -o output.xml --files=python/**/coverage.xml
63- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
63+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
6464 with :
6565 name : coverage.xml
6666 path : coverage.xml
You can’t perform that action at this time.
0 commit comments