Skip to content

Commit 42e1582

Browse files
committed
fix path codecov
1 parent 98e0e92 commit 42e1582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Test Examples
2828
run: dotnet test ../examples/
2929
- name: Test & Code Coverage
30-
run: dotnet test --collect:"XPlat Code Coverage" --results-directory ../../codecov --verbosity normal
30+
run: dotnet test --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
3131
- name: Codecov
3232
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
3333
with:

0 commit comments

Comments
 (0)