-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78c5669
commit 2680f6e
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ on: | |
required: false | ||
default: 'ubuntu-latest' | ||
type: string | ||
secrets: | ||
CODECOV_TOKEN: | ||
description: 'Repository upload token - get it from codecov.io' | ||
required: true | ||
|
||
env: | ||
# this will be src/{repo-owner}/{repo-name} | ||
|
@@ -56,6 +52,8 @@ 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/[email protected] | ||
with: | ||
|