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 8a58af0 commit 08dfd17Copy full SHA for 08dfd17
.github/workflows/test.yml
@@ -41,6 +41,8 @@ jobs:
41
with:
42
name: test output
43
path: test/output
44
- - name: Upload Codecov Report
45
- working-directory: ./test
46
- run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload test output
+ uses: codecov/codecov-action@v3
+ with:
47
+ working-directory: ./test
48
+ verbose: true # optional (default = false)
0 commit comments