File tree 3 files changed +1
-24
lines changed
3 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -579,22 +579,6 @@ jobs:
579
579
name : logs
580
580
path : test/logs/
581
581
582
- # - name: Generate code coverage
583
- # if: ${{ matrix.ENABLE_COVERAGE == 'ON' }}
584
- # run: |
585
- # lcov --directory . --capture --output-file coverage.info # capture coverage info
586
- # lcov --remove coverage.info '/usr/*' --output-file coverage.info # filter out system
587
- # lcov --list coverage.info #debug info
588
-
589
- # # Uploading report to CodeCov
590
- # - name: Upload code coverage
591
- # if: ${{ matrix.ENABLE_COVERAGE == 'ON' }}
592
- # uses: codecov/codecov-action@v4
593
- # with:
594
- # files: coverage.info
595
- # name: codecov-osrm-backend
596
- # fail_ci_if_error: true
597
- # verbose: true
598
582
- name : Build Node package
599
583
if : ${{ matrix.build_node_package }}
600
584
run : ./scripts/ci/node_package.sh
@@ -621,4 +605,3 @@ jobs:
621
605
needs : [build-matrix, conan-windows-release-node, docker-image-matrix]
622
606
steps :
623
607
- run : echo "CI complete"
624
-
Original file line number Diff line number Diff line change 1
1
## Open Source Routing Machine
2
2
3
3
4
- [ ![ osrm-backend CI] ( https://github.com/Project-OSRM/osrm-backend/actions/workflows/osrm-backend.yml/badge.svg )] ( https://github.com/Project-OSRM/osrm-backend/actions/workflows/osrm-backend.yml ) [ ![ Codecov ] ( https://codecov.io/gh/Project-OSRM/osrm-backend/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Project-OSRM/osrm-backend ) [ ![ Discord] ( https://img.shields.io/discord/1034487840219860992 )] ( https://discord.gg/es9CdcCXcb )
4
+ [ ![ osrm-backend CI] ( https://github.com/Project-OSRM/osrm-backend/actions/workflows/osrm-backend.yml/badge.svg )] ( https://github.com/Project-OSRM/osrm-backend/actions/workflows/osrm-backend.yml ) [ ![ Discord] ( https://img.shields.io/discord/1034487840219860992 )] ( https://discord.gg/es9CdcCXcb )
5
5
6
6
High performance routing engine written in C++ designed to run on OpenStreetMap data.
7
7
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments