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 9ad2fff commit 3a4b6e4Copy full SHA for 3a4b6e4
.github/workflows/tests.yml
@@ -95,6 +95,7 @@ jobs:
95
files: coverage.xml
96
flags: "${{ matrix.mongodb-version }}-${{ matrix.topology }}"
97
token: ${{ secrets.CODECOV_TOKEN }}
98
+ override_commit: "{{ github.event.pull_request.head.sha }}"
99
100
- name: Upload test results to Codecov
101
uses: codecov/test-results-action@v1
@@ -103,3 +104,4 @@ jobs:
103
104
files: test-results.xml
105
106
107
0 commit comments