Skip to content

Commit 88a17c1

Browse files
authored
Remove unused codecov integration (#7122)
1 parent 9cd7ca4 commit 88a17c1

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -579,22 +579,6 @@ jobs:
579579
name: logs
580580
path: test/logs/
581581

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
598582
- name: Build Node package
599583
if: ${{ matrix.build_node_package }}
600584
run: ./scripts/ci/node_package.sh
@@ -621,4 +605,3 @@ jobs:
621605
needs: [build-matrix, conan-windows-release-node, docker-image-matrix]
622606
steps:
623607
- run: echo "CI complete"
624-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Open Source Routing Machine
22

33

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)
55

66
High performance routing engine written in C++ designed to run on OpenStreetMap data.
77

codecov.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)