Get codecov working again#67
Conversation
Codecov Report
@@ Coverage Diff @@
## main #67 +/- ##
=========================================
+ Coverage 0 96.14% +96.14%
=========================================
Files 0 26 +26
Lines 0 1996 +1996
=========================================
+ Hits 0 1919 +1919
- Misses 0 77 +77
|
|
This change works, and only affects (improves!) CI. I'm going to merge it prior to review. |
|
So, while this is getting us some coverage information, this fix does not seem to be working terribly well. Here's the run for this job on However, there is a coverage job for this merge commit on Weirder yet, I'm not seeing coverage information for other branches that branched from this sha. |
Can you help me connect how this ^ comment relates to the change we made in #53. In that PR it seems like we're still testing via the generated Xcode project: CacheAdvance/Scripts/build.swift Line 135 in e32e993 |
|
Note that Valet is still working, which has a similar config (see square/Valet#256). So... at least we know something that works. |
PRs are no longer getting code coverage reports. It looks like we stopped successfully uploading code coverage reports when we moved to Github Actions:

I'm not sure how that PR broke things, but running locally I see that test runs utilizing swift packages have a
.frameworksuffix, and test runs utilizing a generated xcodeproj do not. Fixing this seems to have fixed codecov.