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

Remake output #928

Merged
merged 7 commits into from Jan 12, 2021
Merged

Remake output #928

merged 7 commits into from Jan 12, 2021

Conversation

VladimirAfanasievFS
Copy link
Collaborator

No description provided.

@VladimirAfanasievFS
Copy link
Collaborator Author

VladimirAfanasievFS commented Jan 7, 2021

image
image

С логами
image

Без логов
image

Дополнительно сделано :

  • автоматическое открытие вкладки с результатами тестов после проверки, заменены тосты
  • поправлены таргеты в обучающем руководстве
  • поправлен вид проигрывания завершенной игры

@VladimirAfanasievFS
Copy link
Collaborator Author

Посмотрите общие замечания, я когда их буду править может и тесты смогу поправить.

};

const OutputTab = ({ sideOutput, side }) => {
const { successCount, assertsCount, status } = sideOutput;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Нельзя проводить дестракчинг, если данных может не быть.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

и на эту...


const Output = ({ sideOutput }) => {
const {
status, output, result, asserts,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Вот на эту деструктаризацию ругается

};

const OutputTab = ({ sideOutput, side }) => {
const { successCount, assertsCount, status } = sideOutput;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

и на эту...

@codecov-io
Copy link

Codecov Report

Merging #928 (f0d00d0) into master (b54115e) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #928      +/-   ##
==========================================
+ Coverage   75.71%   75.77%   +0.05%     
==========================================
  Files          93       93              
  Lines        1709     1709              
==========================================
+ Hits         1294     1295       +1     
+ Misses        415      414       -1     
Impacted Files Coverage Δ
services/app/lib/codebattle/bot/player_server.ex 65.21% <0.00%> (+1.44%) ⬆️

Continue to review full report at Codecov.

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

@vtm9 vtm9 merged commit 813510a into master Jan 12, 2021
@vtm9 vtm9 deleted the remake_output branch January 12, 2021 17:40
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.

None yet

4 participants