Skip to content

Conversation

@schlichtanders
Copy link
Collaborator

@schlichtanders schlichtanders commented Jun 27, 2025

new:

  • rqatrend compilation using staticcompiler

    • just staticcompile (runs staticcompiler on julia 1.10 in dockerimage with local caching of julia for best development experience)
    • test case for compiled library from julia
    • test case for compiled library from python
  • added standard testsuites:

    • Aqua.jl quality assurance tests
    • Documenter.jl doctests
  • added pre-commit hooks with auto formatting

    • install instructions in extra README_DEVELOPER.md
    • using JuliaFormatter blue style
    • also integrated into VSCode formatting

changed:

  • Artifacts.toml is now on top level, and test dependency marked as lazy
  • Dockerfile is improved to do packagecompilation on its own (again using local caching of julia, but still takes time as usual for packagecompilation)

@codecov
Copy link

codecov bot commented Jun 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.16%. Comparing base (bb264ae) to head (0ed7294).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
+ Coverage   74.03%   74.16%   +0.12%     
==========================================
  Files           5        6       +1     
  Lines         208      209       +1     
==========================================
+ Hits          154      155       +1     
  Misses         54       54              

☔ 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.

@danlooo danlooo merged commit ce50712 into main Jul 2, 2025
5 checks passed
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.

3 participants