We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a62e86 commit fc08501Copy full SHA for fc08501
1 file changed
.github/workflows/test-coverage.yml
@@ -77,11 +77,16 @@ jobs:
77
78
- name: Setup Pages
79
uses: actions/configure-pages@v3
80
-
+
81
+ - name: Move coverage to subdirectory
82
+ run: |
83
+ mkdir -p public/coverage
84
+ mv htmlcov/* public/coverage/
85
86
- name: Upload pages artifact
87
uses: actions/upload-pages-artifact@v2
88
with:
- path: './htmlcov'
89
+ path: './public'
90
91
- name: Deploy to GitHub Pages
92
id: deployment
0 commit comments