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

2556 [BE] get autotest contributors from repo https://github.com/Brai… #2559

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

andrsam
Copy link
Collaborator

@andrsam andrsam commented Dec 23, 2023

2556 [BE] get autotest contributors from repo

Copy link

Frontend test coverage: 45.59%

🤷‍♂️ Did not change

Copy link

github-actions bot commented Dec 23, 2023

Gradle Unit and Integration Test Results

484 tests  ±0   480 ✔️ ±0   56s ⏱️ -1s
115 suites ±0       4 💤 ±0 
115 files   ±0       0 ±0 

Results for commit 8db0629. ± Comparison against base commit 25bb882.

♻️ This comment has been updated with latest results.

@ElenaSpb ElenaSpb self-assigned this Dec 25, 2023
@@ -68,6 +68,11 @@ class ContributorServiceImpl(
name = gitHubUser.name ?: "gitHubNick:${gitHubUser.login}",
repositoryName = repositoryName,
company = gitHubUser.company,
type = if (repositoryName == "auto-tests-python") {
ContributorType.AUTOTESTER
} else {
Copy link
Contributor

@ElenaSpb ElenaSpb Dec 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont use {} in single conditions, please

Copy link

Frontend test coverage: 45.59%

🤷‍♂️ Did not change

1 similar comment
Copy link

Frontend test coverage: 45.59%

🤷‍♂️ Did not change

Copy link

@ElenaSpb ElenaSpb merged commit 9e5c9ff into master Dec 28, 2023
8 checks passed
@ElenaSpb ElenaSpb deleted the 2556 branch December 28, 2023 10:43
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.

[BE] get autotest contributors from repo https://github.com/Brain-up/auto-tests-python
2 participants