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

Add release types #3303

Merged
merged 3 commits into from
Jan 31, 2024

fix golang lint error

1ab94d6
Select commit
Loading
Failed to load commit list.
Merged

Add release types #3303

fix golang lint error
1ab94d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 31, 2024 in 0s

35.69% (+0.27%) compared to da7d3f5

View this Pull Request on Codecov

35.69% (+0.27%) compared to da7d3f5

Details

Codecov Report

Attention: 134 lines in your changes are missing coverage. Please review.

Comparison is base (da7d3f5) 35.41% compared to head (1ab94d6) 35.69%.
Report is 9 commits behind head on main.

Files Patch % Lines
server/forge/github/github.go 0.00% 42 Missing ⚠️
server/forge/gitea/gitea.go 0.00% 29 Missing and 1 partial ⚠️
pipeline/frontend/yaml/compiler/convert.go 59.09% 8 Missing and 1 partial ⚠️
server/api/queue.go 0.00% 9 Missing ⚠️
server/forge/gitlab/convert.go 83.33% 4 Missing and 2 partials ⚠️
server/pipeline/create.go 0.00% 5 Missing ⚠️
pipeline/frontend/metadata/environment.go 0.00% 4 Missing ⚠️
pipeline/frontend/yaml/parse.go 60.00% 3 Missing and 1 partial ⚠️
server/pipeline/stepbuilder/stepBuilder.go 0.00% 4 Missing ⚠️
pipeline/frontend/yaml/linter/linter.go 0.00% 0 Missing and 3 partials ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3303      +/-   ##
==========================================
+ Coverage   35.41%   35.69%   +0.27%     
==========================================
  Files         227      228       +1     
  Lines       14902    15102     +200     
==========================================
+ Hits         5278     5391     +113     
- Misses       9228     9318      +90     
+ Partials      396      393       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.