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 06b9957 commit 1e8d765Copy full SHA for 1e8d765
.github/workflows/windows-tests.yml
@@ -95,5 +95,14 @@ jobs:
95
NO_INTERACTION: 1
96
REPORT_EXIT_STATUS: 1
97
TESTS: --show-diff
98
+ TEST_PHP_JUNIT: "test-results.xml"
99
MONGODB_URI: ${{ steps.setup-mongodb.outputs.cluster-uri }}
100
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