Skip to content
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

octocov takes a long time when there is no previous report. #451

Open
hikimochi opened this issue Feb 3, 2025 · 1 comment
Open

octocov takes a long time when there is no previous report. #451

hikimochi opened this issue Feb 3, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@hikimochi
Copy link

Thank you for your great tool!

If there is no previous report and use diff configuration, it takes a long time.

use diff configuration (~ 8 minutes)

diff:
  datastores:
    - artifact://${GITHUB_REPOSITORY}/service-a
octocov version 0.62.6

                       #29119 (f50928a)  
-----------------------------------------
  Coverage                        45.4%  
  Code to Test Ratio              1:0.8  
  Test Execution Time             4m19s  

Commenting report...
Skip comparing reports: previous report not found
Skip commenting report to pull request: context deadline exceeded
Adding report to job summary page...
Skip comparing reports: previous report not found
Skip adding report to job summary page: context deadline exceeded
Skip inserting report to body of pull request: body: is not set
Skip storing report: the condition in the `if` section is not met (is_default_branch)
Skip pushing generate files: push: is not set

not use diff configuration (~20 seconds)

octocov version 0.62.6

                       #29119 (931d24e)  
-----------------------------------------
  Coverage                        45.4%  
  Code to Test Ratio              1:0.8  
  Test Execution Time              3m7s  

Commenting report...
Skip comparing reports: previous report not found
Skip comparing reports: diff: is not set
Adding report to job summary page...
Skip comparing reports: previous report not found
Skip comparing reports: diff: is not set
Skip inserting report to body of pull request: body: is not set
Skip storing report: the condition in the `if` section is not met (is_default_branch)
Skip pushing generate files: push: is not set

Is this in the specifications? or is there any way to avoid?

@k1LoW k1LoW self-assigned this Feb 3, 2025
@k1LoW k1LoW added the bug Something isn't working label Feb 3, 2025
@k1LoW
Copy link
Owner

k1LoW commented Feb 3, 2025

@hikimochi Thank you for your report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants