Skip to content

Commit

Permalink
Setup codecov github action (ros-controls#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-amarante authored Oct 26, 2020
1 parent 32f9d4b commit 83c494f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/.github/workspace.repos
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- uses: codecov/[email protected]
with:
file: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
- uses: actions/upload-artifact@v1
with:
name: colcon-logs-${{ matrix.os }}
Expand Down
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
coverage:
precision: 2
round: down
range: "35...100"
status:
project:
default:
informational: true
patch: off
fixes:
- "ros_ws/src/ros2_controllers/::"
comment:
layout: "diff, flags, files"
behavior: default

0 comments on commit 83c494f

Please sign in to comment.