We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de84b6 commit 3148cceCopy full SHA for 3148cce
1 file changed
.github/workflows/tests.yml
@@ -107,6 +107,7 @@ jobs:
107
flags: python-tests-no-jit
108
name: codecov-umbrella
109
verbose: true
110
+
111
- name: Run tests
112
working-directory: python
113
run: |
@@ -123,7 +124,7 @@ jobs:
123
124
125
fail_ci_if_error: false
126
flags: python-tests
- name: codecov-umbrella
127
+ gcov_args: --preserve-paths
128
129
130
msys2:
0 commit comments