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 050a0c8 commit 5656a66Copy full SHA for 5656a66
.github/workflows/ci.yml
@@ -128,6 +128,7 @@ jobs:
128
- name: Run ${{ matrix.name }} Tests
129
run: ./run_tests.sh ${{ matrix.framework }}
130
- name: Save code coverage report
131
+ if: ${{ matrix.framework != 'legacy' }}
132
uses: actions/upload-artifact@v2
133
with:
134
name: ${{ matrix.name }} Code Coverage
0 commit comments