diff --git a/.github/workflows/reusable-build-coverage.yml b/.github/workflows/reusable-build-coverage.yml index 7b5eaaa..1f221c8 100644 --- a/.github/workflows/reusable-build-coverage.yml +++ b/.github/workflows/reusable-build-coverage.yml @@ -52,9 +52,6 @@ jobs: file: ros_ws/lcov/total_coverage.info flags: unittests name: codecov-umbrella - # Repository upload token - get it from codecov.io and add it to the repository secrets - # from a public fork it is not necessary - token: ${{ secrets.CODECOV_TOKEN }} - uses: actions/upload-artifact@v4.3.1 with: name: colcon-logs-coverage-${{ inputs.ros_distro }}