We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781dc71 commit ce7a403Copy full SHA for ce7a403
.github/workflows/code-coverage.yml
@@ -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
@@ -0,0 +1,15 @@
+coverage:
+ precision: 2
+ round: down
+ status:
+ project:
+ default:
+ informational: true
+ flags:
+ - unittests
+ patch: off
11
+fixes:
12
+ - "ros_ws/src/vortex_utils/::"
13
+comment:
14
+ layout: "diff, flags, files"
15
+ behavior: default
0 commit comments