Skip to content

Commit

Permalink
Addressing review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Nov 4, 2024
1 parent 1635c32 commit eda7a20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: code-coverage
on:
push:
branch: development
branch: main
workflow_dispatch:
pull_request:

Expand Down
1 change: 0 additions & 1 deletion test/unit-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ project(atmospheric_physics VERSION 0.0.1 LANGUAGES Fortran)

find_package(PFUNIT REQUIRED)

set(CMAKE_Fortran_FLAGS "-O0 --coverage")
if(NOT ATMOSPHERIC_PHYSICS_IS_TOP_LEVEL)
message(WARNING "atmospheric-physics is not integrated into the CMake build of any top level "
"project yet and this CMake is for testing purposes only. "
Expand Down

0 comments on commit eda7a20

Please sign in to comment.