Skip to content

CI: Standalone JET Testing#515

Closed
inkydragon wants to merge 3 commits intoJuliaMath:masterfrom
inkydragon:cyhan/ci
Closed

CI: Standalone JET Testing#515
inkydragon wants to merge 3 commits intoJuliaMath:masterfrom
inkydragon:cyhan/ci

Conversation

@inkydragon
Copy link
Member

  • Move all JET related tests into test/jet.jl
  • CI: add new workflows/jet.yml

Do we need to run JET with all those platforms? (4*3 = 12)

Comment on lines +34 to +44
- name: Install JET
shell: julia --project --color=yes {0}
run: |
using Pkg
Pkg.add("JET")
- name: Run JET
shell: julia --project --color=yes {0}
run: |
using JET, Test
using SpecialFunctions
include("test/jet.jl")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That breaks the current workflow of running JET tests locally.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then it seems there's only one way:
Set up separate CI for the Julia version not supported by JET (pre for now).
Manually remove JET and then test.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.17%. Comparing base (f534b8c) to head (639edf0).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #515   +/-   ##
=======================================
  Coverage   94.17%   94.17%           
=======================================
  Files          14       14           
  Lines        2969     2969           
=======================================
  Hits         2796     2796           
  Misses        173      173           
Flag Coverage Δ
unittests 94.17% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@inkydragon inkydragon closed this Feb 6, 2026
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.

2 participants