Skip to content

Commit

Permalink
Added Codecov to main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seskibinski authored Sep 28, 2023
1 parent ab7d5d6 commit 51f0501
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ jobs:
run: |
source /opt/ros/humble/setup.bash && source ./install/local_setup.bash
colcon test-result --verbose --all
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 51f0501

Please sign in to comment.