Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2178 +/- ##
=======================================
Coverage 83.02% 83.02%
=======================================
Files 76 76
Lines 2981 2981
Branches 816 815 -1
=======================================
Hits 2475 2475
Misses 459 459
Partials 47 47 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| runs-on: ubuntu-latest | ||
| if: always() | ||
| needs: [lint-workflows, build, test, typecheck, lint] | ||
| needs: [build, lint, lint-workflows] |
There was a problem hiding this comment.
at this point, perhaps we shouldn't even be building in a separate job
There was a problem hiding this comment.
Sadly we need to build in s separate step so we can use the matrix for testing
No description provided.