Skip to content

Commit

Permalink
Add token instructions to codecov-action (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored Mar 1, 2024
1 parent 92905ae commit 83e9649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
}
}
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
file: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/[email protected]
with:
name: colcon-logs-coverage-${{ inputs.ros_distro }}
Expand Down

0 comments on commit 83e9649

Please sign in to comment.