-
Notifications
You must be signed in to change notification settings - Fork 0
🎨 refactor: add entity branded type #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Co do budowy nie mam zastrzeżeń - to tak miało wyglądać 👍 Jednak jeśli chodzi o testy - to przegapiłeś mnóstwo punktów w których ID jest używane plus dane testowe i testowa schema w zod nie była przygotowana do użycia z tym typem. |
|
Jako CR wrzucam poprawki i zachęcam do analizy ;) |
Coverage Report for packages/repository
File Coverage
|
||||||||||||||||||||||||||||||||||||||
|
@matdudek Czas to mergować! ;) |
|
@coderabbitai please make a deep code review this PR, also analyze why CI doesn't pass. Answer of course in Polish |
|
@grixu, przeprowadziłem wstępną analizę PR oraz konfiguracji CI. Oto kilka punktów, które warto rozważyć: Przegląd zmian w PR:Zmiany dotyczą głównie pakietu
Analiza CI:Konfiguracja CI zawiera dwa główne workflow:
Potencjalne przyczyny problemów z CI:
Zalecenia:
Jeśli potrzebujesz bardziej szczegółowej analizy konkretnych plików lub testów, daj mi znać! Analysis chainScripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# List files changed in the PR
git fetch origin pull/41/head:pr-41
git checkout pr-41
git diff --name-only HEAD $(git merge-base HEAD main)
# Attempt to access CI configuration or logs
# Note: This is a placeholder as accessing CI logs might not be directly possible without specific CI commands or access rights.
# The actual method to access CI logs will depend on the CI system used (e.g., GitHub Actions, Travis CI, Jenkins).
# For demonstration, this script assumes a generic approach.
cat .github/workflows/*.yml
Length of output: 3840 |
|
Ping @matdudek |
No description provided.