File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 2323 tag : " stable"
2424
2525 test-code :
26- uses : ./.github/workflows/test_workflow .yml
26+ uses : ./.github/workflows/test_dolfinx_versions .yml
2727 with :
2828 dolfinx_tag : " stable"
2929
@@ -44,12 +44,19 @@ jobs:
4444 name : docs
4545 path : " ./public"
4646
47- - name : Download docs artifact
47+ - name : Download code coverage report artifact
4848 # docs artifact is uploaded by build-docs job
4949 uses : actions/download-artifact@v7
5050 with :
5151 name : code-coverage-report-stable
52- path : " ./public/code-coverage-report"
52+ path : " ./public/code-coverage-report-stable"
53+
54+ - name : Download code coverage report artifact
55+ # docs artifact is uploaded by build-docs job
56+ uses : actions/download-artifact@v7
57+ with :
58+ name : code-coverage-report-nightly
59+ path : " ./public/code-coverage-report-nightly"
5360
5461
5562 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments