Skip to content

Commit fadbe94

Browse files
committed
update buildPipeline.yml
1 parent 59f3696 commit fadbe94

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/buildPipeline.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ jobs:
2121
working-directory: AlphaInvertedSearcher
2222
- name: Test
2323
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"
24-
working-directory: AlphaInvertedSearcher
24+
working-directory: AlphaInvertedSearcher
25+
- name: Publish code coverage reports to codecove.io
26+
uses: codecov/codecov-action@v1
27+
with:
28+
token: ${{ secrets.CODECOV_TOKEN }}
29+
files: ./**/coverage.cobertura.xml
30+
fail_ci_if_error: true

0 commit comments

Comments
 (0)