Skip to content

Commit 216c3f6

Browse files
committed
remove codecov in build.yml
1 parent 225aa12 commit 216c3f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,3 @@ jobs:
3939
- name: Copy coverage results
4040
run: cp ./test/EntityFrameworkCore.DataEncryption.Test/TestResults/**/*.xml ./test/EntityFrameworkCore.DataEncryption.Test/TestResults/
4141

42-
- name: Upload code coverage
43-
uses: codecov/codecov-action@v3
44-
with:
45-
files: ./test/EntityFrameworkCore.DataEncryption.Test/TestResults/coverage.opencover.xml
46-
fail_ci_if_error: true

0 commit comments

Comments
 (0)