We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9970753 commit fe121c5Copy full SHA for fe121c5
.github/workflows/ci.yml
@@ -36,3 +36,8 @@ jobs:
36
plugin: 'fox.jason.passthrough.doxygen'
37
env:
38
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
39
+ - uses: actions/upload-artifact@v3
40
+ if: always()
41
+ with:
42
+ name: test-results
43
+ path: test-results.html
0 commit comments