Skip to content

Commit

Permalink
Updates for CircleCI Codecov orb.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmurray committed Oct 27, 2024
1 parent caa05ec commit 7b476b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ commands:
name: Produce coverage report
command: lcov --directory . --no-external --capture -o cov.info || echo
- codecov/upload:
file: cov.info
files: cov.info

build_cpp:
description: Build a C++ package
Expand Down

0 comments on commit 7b476b1

Please sign in to comment.