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

ci: Do not require label to run api tests #15708

Merged
merged 1 commit into from
Nov 16, 2023
Merged

ci: Do not require label to run api tests #15708

merged 1 commit into from
Nov 16, 2023

Conversation

enricocolasante
Copy link
Contributor

API-TEST sometimes are not run automatically, even though they are required (it happens quite frequently with dependabot PRs) and it is needed to add the run-api-tests label in order to unblock the PR.
This PR aims to remove the dependency of the api-tests github action on the label

@enricocolasante enricocolasante requested review from radnov and a team November 16, 2023 07:37
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Merging #15708 (613fdab) into master (5b0cc8e) will increase coverage by 0.01%.
Report is 2 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #15708      +/-   ##
============================================
+ Coverage     66.27%   66.28%   +0.01%     
- Complexity    31326    31364      +38     
============================================
  Files          3484     3485       +1     
  Lines        129987   129964      -23     
  Branches      15192    15196       +4     
============================================
- Hits          86155    86153       -2     
+ Misses        36742    36722      -20     
+ Partials       7090     7089       -1     
Flag Coverage Δ
integration 50.01% <ø> (+0.01%) ⬆️
integration-h2 32.34% <ø> (+0.04%) ⬆️
unit 30.27% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 101 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b0cc8e...613fdab. Read the comment docs.

@enricocolasante enricocolasante enabled auto-merge (squash) November 16, 2023 09:18
@enricocolasante enricocolasante merged commit 6f139a6 into master Nov 16, 2023
18 checks passed
@enricocolasante enricocolasante deleted the ci_fix branch November 16, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants