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 777674d commit d5b05e2Copy full SHA for d5b05e2
1 file changed
.github/workflows/build.yaml
@@ -63,7 +63,7 @@ jobs:
63
if: success() || failure()
64
with:
65
name: "Test Results (${{ matrix.os }})"
66
- path: .test-report.xml
+ path: fedify/.test-report.xml
67
reporter: jest-junit
68
continue-on-error: true
69
- if: '!cancelled()'
@@ -72,11 +72,12 @@ jobs:
72
token: ${{ secrets.CODECOV_TOKEN }}
73
files: .test-report.xml
74
- run: deno coverage --lcov .cov > .cov.lcov
75
+ working-directory: ${{ github.workspace }}/fedify/
76
77
- uses: codecov/codecov-action@v5
78
79
- files: .cov.lcov
80
+ files: fedify/.cov.lcov
81
82
83
test-node:
0 commit comments