Skip to content

Commit ce7a403

Browse files
committed
ci(workflows): add code coverage and config file
1 parent 781dc71 commit ce7a403

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Code Coverage
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
coverage_build:
8+
uses: vortexntnu/vortex-ci/.github/workflows/reusable-code-coverage.yml@main
9+
secrets:
10+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

codecov.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
coverage:
2+
precision: 2
3+
round: down
4+
status:
5+
project:
6+
default:
7+
informational: true
8+
flags:
9+
- unittests
10+
patch: off
11+
fixes:
12+
- "ros_ws/src/vortex_utils/::"
13+
comment:
14+
layout: "diff, flags, files"
15+
behavior: default

0 commit comments

Comments
 (0)