You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please merge this Pull Request to see Penify in action! This PR will add a configuration file to your repository, which will enable Penify.dev to generate documentation for your code.
🌍 Introduction
In today's fast-paced software development landscape, the importance of accurate, real-time documentation cannot be overstated.
Yet, the manual effort behind it can be daunting. Enter Penify, the game-changer in automated documentation for your GitHub projects.
🚀 Solution: Penify
Penify.dev is not just a tool; it's your intelligent documentation companion on GitHub.
📲 Easy Installation: Integrate Penify effortlessly with your GitHub organization or specific repo.
🛠️ Automatic Activation: It springs to action right after installation.
🔍 Intelligent Tracking: Keenly monitors merged PRs to the main/master branch, keeping tabs on the freshest of files.
🧠 Smart Generation: Understands your code! Recognizes classes, functions, and generates crisp documentation.
🔄 Intelligent Updates: Updates existing docs in line with recent changes.
📜 Review Before Merge: Gives you the power to review! Creates a PR with updated documentation for your approval.
Let's embrace the future of documentation with Penify.
Failed test name: github.com/telepace/voiceflow/internal/storage
Failure summary:
The action failed due to multiple build errors: 1. In internal/tts/azure/azure.go:24:3, there's a formatting issue with the logger.Fatal call which has a possible Printf formatting directive %v that's not being used correctly. 2. The MinIO client creation failed in the storage test with error "Endpoint does not follow ip address or domain name standards." 3. Missing header file speechapi_c_error.h for the Microsoft cognitive-services-speech-sdk-go dependency. 4. Missing package portaudio-2.0 which is required but not found in the pkg-config search path.
Relevant error logs:
1: ##[group]Operating System2: Ubuntu
...
504: go: downloading github.com/jmespath/go-jmespath v0.4.0505: # github.com/telepace/voiceflow/internal/tts/azure506: internal/tts/azure/azure.go:24:3: github.com/telepace/voiceflow/pkg/logger.Fatal call has possible Printf formatting directive %v507: ? github.com/telepace/voiceflow/cmd/voiceflow [no test files]508: ? github.com/telepace/voiceflow/examples/log [no test files]509: ? github.com/telepace/voiceflow/internal/llm [no test files]510: ? github.com/telepace/voiceflow/internal/llm/local [no test files]511: ? github.com/telepace/voiceflow/internal/llm/openai [no test files]512: ? github.com/telepace/voiceflow/internal/models [no test files]513: ? github.com/telepace/voiceflow/internal/server [no test files]514: ? github.com/telepace/voiceflow/internal/server/message [no test files]515: ? github.com/telepace/voiceflow/internal/server/middleware [no test files]516: ? github.com/telepace/voiceflow/internal/stt [no test files]517: ? github.com/telepace/voiceflow/internal/stt/assemblyai [no test files]518: ? github.com/telepace/voiceflow/internal/stt/assemblyai-ws [no test files]519: time="2025-04-22T08:03:17Z" level=fatal msg="context.BackgroundFailed to create MinIO client:Endpoint: does not follow ip address or domain name standards." instance_id= service_id=520: FAIL github.com/telepace/voiceflow/internal/storage 0.006s521: ? github.com/telepace/voiceflow/internal/stt/aws [no test files]522: ? github.com/telepace/voiceflow/internal/stt/azure [no test files]523: ? github.com/telepace/voiceflow/internal/stt/google [no test files]524: ? github.com/telepace/voiceflow/internal/stt/local [no test files]525: ? github.com/telepace/voiceflow/internal/stt/volcengine [no test files]526: ? github.com/telepace/voiceflow/internal/stt/whisper [no test files]527: ? github.com/telepace/voiceflow/internal/tts [no test files]528: ? github.com/telepace/voiceflow/internal/tts/aws [no test files]529: FAIL github.com/telepace/voiceflow/internal/tts/azure [build failed]530: ? github.com/telepace/voiceflow/internal/tts/google [no test files]531: ? github.com/telepace/voiceflow/internal/tts/local [no test files]532: ? github.com/telepace/voiceflow/internal/tts/volcengine [no test files]533: ? github.com/telepace/voiceflow/internal/utils [no test files]534: ? github.com/telepace/voiceflow/pkg/config [no test files]535: ? github.com/telepace/voiceflow/pkg/sttservice [no test files]536: ? github.com/telepace/voiceflow/pkg/version [no test files]537: ? github.com/telepace/voiceflow/pkg/voiceprocessor [no test files]538: ok github.com/telepace/voiceflow/pkg/logger 0.003s [no tests to run]539: # github.com/Microsoft/cognitive-services-speech-sdk-go/common540: ../../../go/pkg/mod/github.com/!microsoft/[email protected]/common/error.go:10:11: fatal error: speechapi_c_error.h: No such file or directory541: 10 | // #include <speechapi_c_error.h>542: | ^~~~~~~~~~~~~~~~~~~~~543: compilation terminated.544: # github.com/gordonklaus/portaudio545: FAIL github.com/telepace/voiceflow/test/aws [build failed]546: # [pkg-config --cflags -- portaudio-2.0]547: FAIL github.com/telepace/voiceflow/test/azure [build failed]548: Package portaudio-2.0 was not found in the pkg-config search path.549: Perhaps you should add the directory containing `portaudio-2.0.pc'550: to the PKG_CONFIG_PATH environment variable551: Package 'portaudio-2.0', required by 'virtual:world', not found552: ? github.com/telepace/voiceflow/test/volcengine [no test files]553: FAIL554: make: *** [Makefile:301: test] Error 1555: ##[error]Process completed with exit code 2.556: Post job cleanup.
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
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.
📖 Penify config setup
🚀 Installation
Please merge this Pull Request to see Penify in action! This PR will add a configuration file to your repository, which will enable Penify.dev to generate documentation for your code.
🌍 Introduction
In today's fast-paced software development landscape, the importance of accurate, real-time documentation cannot be overstated.
Yet, the manual effort behind it can be daunting. Enter Penify, the game-changer in automated documentation for your GitHub projects.
🚀 Solution: Penify
Penify.dev is not just a tool; it's your intelligent documentation companion on GitHub.
Let's embrace the future of documentation with Penify.