Skip to content

Commit

Permalink
Coverage Test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 8, 2024
1 parent 7586181 commit c9baacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install CMake
uses: lukka/get-cmake@latest

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gcc g++ git lcov
run: sudo apt-get update && sudo apt-get install -y lcov

- name: Install Catch2
run: |
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
416
417

0 comments on commit c9baacd

Please sign in to comment.