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

Including details about prints of simulate #431

Merged
merged 3 commits into from
Jul 17, 2024

Conversation

gsahonero
Copy link
Member

@gsahonero gsahonero commented Jul 9, 2024

No description provided.

@cncastillo cncastillo added the documentation Improvements to docs., it also triggers doc preview label Jul 9, 2024
@cncastillo
Copy link
Member

cncastillo commented Jul 9, 2024

@rkierulf There seems to be a few minor issues with the benchmarks/tests.

Are we still running the codecov for Metal? (I see the "Cannot submit coverage without Codecov key." in https://buildkite.com/julialang/komamri-dot-jl/builds/810).

If the PR is from a fork and not coming from "us", the benchmark.yml (GitHub) job fails due to not having the BUILDKITE_TOKEN. Maybe we should not run that action for external PRs. The benchmarks in Buildkite are not run.

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.73%. Comparing base (a2837ae) to head (a537cb0).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #431      +/-   ##
==========================================
- Coverage   90.52%   88.73%   -1.80%     
==========================================
  Files          51       51              
  Lines        2787     2787              
==========================================
- Hits         2523     2473      -50     
- Misses        264      314      +50     
Flag Coverage Δ
base 88.20% <ø> (ø)
core 77.72% <ø> (-12.66%) ⬇️
files 93.55% <ø> (ø)
komamri 93.98% <ø> (ø)
plots 89.30% <ø> (ø)

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

Files Coverage Δ
KomaMRICore/src/simulation/SimulatorCore.jl 90.54% <ø> (-4.06%) ⬇️

... and 6 files with indirect coverage changes

@cncastillo
Copy link
Member

It seems that the codecov is not being processed properly for the GPU tests. In all pipelines it says "🔑 Skipping decryption of secrets" instead of "🔑 Decrypting secrets".

@rkierulf
Copy link
Collaborator

rkierulf commented Jul 9, 2024 via email

@cncastillo cncastillo force-pushed the simulate_docs_change branch from 14ae297 to a537cb0 Compare July 10, 2024 04:39
@cncastillo
Copy link
Member

cncastillo commented Jul 10, 2024

I don't think I have changed anything :(. I think it could be related to a problem with the codecov_token in external PRs. Maybe I need to change something in the Buildkite config (?).

@cncastillo cncastillo merged commit 1de7627 into JuliaHealth:master Jul 17, 2024
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements to docs., it also triggers doc preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Applying @time to simulate reveals discrepancies on resources and timing reports
3 participants