Skip to content

Commit e185eee

Browse files
committed
add codecov
1 parent 0221b1d commit e185eee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@ jobs:
4242
working-directory: ./build
4343
run: |
4444
ninja test
45+
46+
- name: codecov report
47+
working-directory: ./build
48+
run: |
49+
bash <(curl -s https://codecov.io/bash)
4550

0 commit comments

Comments
 (0)