File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,10 +90,12 @@ jobs:
9090 git submodule update --init --recursive
9191 source /home/wxpy/venvs/Py314/bin/activate
9292 invoke test-ci
93+ - name: Upload Coverage Report
9394 - uses: actions/upload-artifact@v4
9495 with:
95- name: my-cov -report
96+ name: my-coverage -report
9697 path : .coverage-reports/htmlcov/
98+ include-hidden-files : true
9799 - name: Install and run
98100 run: |
99101 git submodule update --init --recursive
Original file line number Diff line number Diff line change @@ -125,6 +125,12 @@ jobs:
125125 export DISPLAY=:0
126126 git submodule update --init --recursive
127127 invoke test-ci
128+ - name: Upload Coverage Report
129+ - uses: actions/upload-artifact@v4
130+ with:
131+ name: my-coverage-report
132+ path : .coverage-reports/htmlcov/
133+ include-hidden-files : true
128134 - name: Install and run
129135 run: |
130136 git submodule update --init --recursive
You can’t perform that action at this time.
0 commit comments