Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2593] Fix missing coverage data in codecov
Previously our coverage data was imporperly being shipped to codecov on two accounts: 1. We were not combining the data files from each run of the test matrix (elastic and main) 2. The main test run was not running with the appropriate --concurrency flag and thus it was missing out on coverage data due to not taking into account all test processes. This commit addresses both issues and ensures codecov receives the full coverage data file (both runs, all parallel processes).
- Loading branch information