Skip to content

Commit

Permalink
[CI] add back codecov.yml config (#303)
Browse files Browse the repository at this point in the history
* add back codecov.yml config
* adjust path fixes to be able to view code on codecov

---------

Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored May 8, 2024
1 parent 1a4257d commit 0b6ac75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
flags: unittests
name: sros2-coverage
fail_ci_if_error: true
codecov_yml_path: codecov.yml
- name: Upload Logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fixes:
- "ros_ws/src/sros2/::"
- "::sros2/"

0 comments on commit 0b6ac75

Please sign in to comment.