Skip to content

Conversation

aseyboldt
Copy link
Member

The CI currently always stops after the first test failure. This makes it very awkward to debug issues that only appear in the CI online, but not locally.
I think the reason for canceling the tests is that it might reduce CI usage, I'm not really sure this actually is the case if that just means that we need more CI runs...

@codecov-commenter
Copy link

codecov-commenter commented Dec 21, 2022

Codecov Report

Merging #147 (89b5721) into main (e37497f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   80.06%   80.06%           
=======================================
  Files         170      170           
  Lines       45232    45233    +1     
  Branches     9626     9626           
=======================================
+ Hits        36217    36218    +1     
  Misses       6797     6797           
  Partials     2218     2218           
Impacted Files Coverage Δ
pytensor/link/numba/dispatch/elemwise_codegen.py 86.08% <100.00%> (+0.12%) ⬆️
pytensor/tensor/math.py 90.69% <100.00%> (ø)

@ricardoV94
Copy link
Member

This needs a rebase perhaps?

Copy link
Member

@Armavica Armavica left a comment

Choose a reason for hiding this comment

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

I am not an expert in GitHub actions, but this looks fine to me.

@ricardoV94 ricardoV94 merged commit aa7ce08 into pymc-devs:main Feb 7, 2023
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.

4 participants