Skip to content

Commit

Permalink
Add missing codecov lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 15, 2024
1 parent bb86064 commit c6c9fdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
git submodule update --init libs/predef
git submodule update --init libs/static_assert
git submodule update --init libs/test
./bootstrap.sh
git submodule update --init libs/uuid
git submodule update --init libs/throw_exception
./b2 headers
- name: gcc-gcov-native
run: |
Expand Down

0 comments on commit c6c9fdb

Please sign in to comment.