ReactionMechanismGenerator / T3

The Tandem Tool (T3) for automated chemical kinetic model development
https://reactionmechanismgenerator.github.io/T3/
MIT License
12 stars 5 forks source link

Added installing julia and removed the restore keys #118

Closed calvinp0 closed 1 year ago

calvinp0 commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #118 (ed08ca3) into main (2de3b76) will decrease coverage by 0.07%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
- Coverage   73.46%   73.40%   -0.07%     
==========================================
  Files          22       22              
  Lines        2891     2891              
  Branches      762      762              
==========================================
- Hits         2124     2122       -2     
- Misses        552      553       +1     
- Partials      215      216       +1     
Flag Coverage Δ
unittests 73.40% <ø> (?)

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

Impacted Files Coverage Δ
t3/settings/t3_submit.py 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

calvinp0 commented 1 year ago

They were removed because I figured when update cache runs, it shouldn't be skipping steps hey restoring a previous cache. We want it to ensure it's always up to date with the latest repos. Therefore it will run everything in its entirety and then save it to the cache for us to use later