Trying to fix the error
```
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
```
https://github.com/codecov/codecov-action/issues/598
coverage xml -i -o coverage_unittest.xml
- name: Handle coverage
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v3.1.5
with:
files: ./coverage_unittest.xml
flags: engine_unit-test
coverage xml -i -o coverage.xml
- name: Handle coverage
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v3.1.5
with:
files: ./coverage.xml
flags: functional_test