Skip to content

Commit

Permalink
Fix file paths for codecov.io (#185)
Browse files Browse the repository at this point in the history
* yml input has been removed from codecov-action

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>

* readd condition for uploading coverage

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>

* cosmetic print change in CI log

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas committed Apr 2, 2020
1 parent 9e1d105 commit 9756ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
container: osrf/ros2:devel
steps:
- run: |
- name: Install prerequisites for action-ros-ci and FastRTPS
run: |
apt-get -qq update
apt-get -qq upgrade -y
apt-get -qq install -y curl libasio-dev libtinyxml2-dev
Expand All @@ -33,7 +34,6 @@ jobs:
flags: unittests
name: sros2-coverage
fail_ci_if_error: true
yml: .codecov.yml
- name: Upload Logs
uses: actions/upload-artifact@v1
if: failure()
Expand Down
File renamed without changes.

0 comments on commit 9756ff4

Please sign in to comment.