Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: -Werror only for amici repo #2481

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Jul 8, 2024

We have a couple of -Werror options enabled when running on GHA. However, we should also check for the repo name.
If amici is used in tests of any downstream projects, we don't want errors.

Also use CMake's -Wno-dev for non-amici-ci installations.

Fixes #2477

We have a couple of -Werror options enabled when running on GHA.
However, we should also check for the repo name.
If amici is used in tests of any downstream projects, we don't want errors.

Also use CMake's `-Wno-dev` for non-amici-ci installations.
@dweindl dweindl requested a review from a team as a code owner July 8, 2024 06:57
Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.62%. Comparing base (837e70b) to head (c307c21).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2481   +/-   ##
========================================
  Coverage    77.62%   77.62%           
========================================
  Files          324      324           
  Lines        20933    20933           
  Branches      1464     1464           
========================================
  Hits         16250    16250           
  Misses        4680     4680           
  Partials         3        3           
Flag Coverage Δ
cpp 73.39% <ø> (ø)
cpp_python 34.08% <ø> (ø)
petab 36.65% <ø> (ø)
python 72.16% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dweindl dweindl self-assigned this Jul 8, 2024
@dweindl dweindl merged commit cce9145 into AMICI-dev:develop Jul 8, 2024
20 checks passed
@dweindl dweindl deleted the fix_2477 branch July 8, 2024 09:12
@dweindl dweindl linked an issue Jul 8, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GHA: -Werror only for amici repo
2 participants