Skip to content

Commit

Permalink
More fixes maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Apr 29, 2024
1 parent a8df179 commit a5e6457
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
cmake_args: "-DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug"
run_coverage: true
build_type: "Debug"
- name: "Coverage"
os: macos-latest
cmake_args: "-DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug"
run_coverage: true (this is breaking for some reason @TODO)
build_type: "Debug"
# - name: "Coverage"
# os: macos-latest
# cmake_args: "-DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug"
# run_coverage: true (this is breaking for some reason @TODO)
# build_type: "Debug"
- name: "Live GUI Test"
os: ubuntu-latest
tests: "live_gui_test"
Expand Down Expand Up @@ -150,5 +150,6 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
files: ./coverage.info
plugins: ""
files: ${{env.WORK_DIR}}/coverage.info
verbose: true

0 comments on commit a5e6457

Please sign in to comment.