Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 18, 2024
1 parent ff70062 commit e306c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: cmake --build --preset tests --target lcov-geninfo

- name: Convert coverage to xml
run: lcov_cobertura ot3-firmware/build-host/lcov/data/capture/all_targets.info
run: lcov_cobertura lcov/data/capture/all_targets.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e306c2d

Please sign in to comment.