Skip to content

Commit

Permalink
Filter folders for code coverage (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-cpp authored Dec 23, 2023
1 parent ae9c157 commit b9c0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cmake --build build/
./build/typelist_utils
llvm-profdata-17 merge -sparse ./default.profraw -o ./default.profdata
llvm-cov-17 show ./build/typelist_utils -instr-profile=./default.profdata --format=text > ./build/coverage.txt
llvm-cov-17 show ./build/typelist_utils -instr-profile=./default.profdata --format=text include test > ./build/coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit b9c0bf0

Please sign in to comment.