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 dc7c123 commit 945d475Copy full SHA for 945d475
.github/workflows/test.yml
@@ -48,4 +48,5 @@ jobs:
48
- name: Upload Coverage to Codecov
49
uses: codecov/codecov-action@v3
50
with:
51
- files: ${{ steps.tests.outputs.coveragePath }}
+ name: PlayMode
52
+ files: coverage-results/**/*.xml
0 commit comments