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 69ce211 commit f1efee2Copy full SHA for f1efee2
.github/workflows/test.yml
@@ -40,11 +40,6 @@ jobs:
40
githubToken: ${{ secrets.GITHUB_TOKEN }}
41
checkName: ${{ matrix.testMode }} Test Results
42
coverageOptions: 'generateAdditionalMetrics;assemblyFilters:+MyGameDevTools.SceneLoading'
43
- - uses: actions/upload-artifact@v3
44
- if: always()
45
- with:
46
- name: Test results for ${{ matrix.testMode }}
47
- path: ${{ steps.tests.outputs.artifactsPath }}
48
- name: Upload Coverage to Codecov
49
uses: codecov/codecov-action@v3
50
with:
0 commit comments