Skip to content

Commit

Permalink
Merge pull request #2080 from skliper/fix2075-add_config_coverage_enf…
Browse files Browse the repository at this point in the history
…orcement

Fix #2075, Add config module to coverage enforcemnt
  • Loading branch information
astrogeco committed Apr 18, 2022
2 parents 228c2a6 + d732a95 commit db2b466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
# Build the code
- name: Build
run: |
make -C build/native/default_cpu1/config
make -C build/native/default_cpu1/core_api
make -C build/native/default_cpu1/core_private
make -C build/native/default_cpu1/es
Expand All @@ -78,6 +79,7 @@ jobs:
- name: Test
run: |
lcov --capture --initial --directory build --output-file coverage_base.info
make -C build/native/default_cpu1/config test
make -C build/native/default_cpu1/core_api test
make -C build/native/default_cpu1/core_private test
make -C build/native/default_cpu1/es test
Expand Down

0 comments on commit db2b466

Please sign in to comment.