Skip to content

Commit 1e8d765

Browse files
committed
Upload test results for Windows tests
1 parent 06b9957 commit 1e8d765

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/windows-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,14 @@ jobs:
9595
NO_INTERACTION: 1
9696
REPORT_EXIT_STATUS: 1
9797
TESTS: --show-diff
98+
TEST_PHP_JUNIT: "test-results.xml"
9899
MONGODB_URI: ${{ steps.setup-mongodb.outputs.cluster-uri }}
99100
CRYPT_SHARED_LIB_PATH: ${{ steps.setup-mongodb.outputs.crypt-shared-lib-path }}
101+
102+
- name: Upload test results to Codecov
103+
uses: codecov/test-results-action@v1
104+
with:
105+
disable_search: true
106+
files: test-results.xml
107+
flags: "${{ matrix.mongodb-version }}-${{ matrix.topology }}"
108+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)