Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #93 +/- ##
========================================
Coverage 39.53% 39.53%
========================================
Files 103 103
Lines 12009 12009
Branches 645 490 -155
========================================
Hits 4748 4748
Misses 7254 7254
Partials 7 7 ☔ View full report in Codecov by Sentry. |
Will continue to be supported and available for the next two years
|
EdgeTX Buddy has been automatically deployed to Cloudflare. |
pfeerick
added a commit
to pfeerick/buddy
that referenced
this pull request
May 3, 2025
pfeerick
added a commit
to pfeerick/buddy
that referenced
this pull request
May 5, 2025
pfeerick
added a commit
that referenced
this pull request
May 5, 2025
* fix: preview-web can't be run on forks GitHub repo SECRETS are not exposed to forks, thus the preview-web step can't be run on pull requests from forks. * chore: first attempt at permission dependent building From what I can see, it appears to be linked to the checkout, so may need to be done for both compile and storyboard steps as they are dependencies of preview-web. * chore: poke around a little more * chore: can I transfer the result directly? * chore: comments and test if secrets available * fix: typo in test * chore: try replacing all checkout events... just because * chore: add dependency check, also fallback for non PR checkouts * chore: split workflows... 2/3 * fix: finish removing permission check crud * chore: remove secrets check * chore: stage1 dependency, download from prior workflow * chore: hopefully functional release stage * fix: missing `jobs` * fix: if test at wrong level * chore: rename workflows * chore: run formatter * chore: reapply #93 * chore: reapply #98
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I suspect there are some dependency issues due to githubs recent change to Ubuntu-24.04 for the
ubuntu-latestimage