Skip to content

Commit

Permalink
More CI filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Apr 29, 2024
1 parent ac639fa commit 575a4f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: "Coverage"
os: macos-latest
cmake_args: "-DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug"
# run_coverage: true (this is breaking for some reason @TODO)
run_coverage: true (this is breaking for some reason @TODO)
build_type: "Debug"
- name: "Live GUI Test"
os: ubuntu-latest
Expand Down Expand Up @@ -149,5 +149,8 @@ jobs:
working-directory: ${{env.WORK_DIR}}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
plugin: gcov
codecov_yml_path: ./codecov.yml
files: ./coverage.info
directory: ./modules
verbose: true

0 comments on commit 575a4f4

Please sign in to comment.