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

[#119] lexer 테스트코드 작성 #123

Merged
merged 3 commits into from
Jul 15, 2024
Merged

[#119] lexer 테스트코드 작성 #123

merged 3 commits into from
Jul 15, 2024

Conversation

myyrakle
Copy link
Owner

@myyrakle myyrakle commented Jul 14, 2024

resolves: #119

설명

Screenshot_20240714_221357_Chrome

@myyrakle myyrakle self-assigned this Jul 14, 2024
@myyrakle myyrakle linked an issue Jul 14, 2024 that may be closed by this pull request
Copy link

Pull reviewers stats

Stats of the last 14 days for rrdb:

User Total reviews Time to review Total comments
myyrakle
🥇
3
▀▀▀▀▀
10h 13m
1
▀▀▀▀▀
DPS0340
🥈
2
▀▀▀
3d
▀▀▀▀▀▀▀▀
1
▀▀▀▀▀
wHoIsDReAmer
🥉
1
▀▀
12h 41m
0
⚡️ Pull request stats

@@ -6,7 +6,7 @@ pub mod predule;
pub mod server_error;
pub mod type_error;

#[derive(Debug)]
#[derive(Debug, PartialEq)]
Copy link
Owner Author

Choose a reason for hiding this comment

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

테스트짜기 불편해서 일괄적으로 추가함

@myyrakle
Copy link
Owner Author

Total Coverage: 40.26%
🔗 Coverage View (최대 몇분 정도의 지연시간이 발생할 수 있습니다.)

@myyrakle
Copy link
Owner Author

Total Coverage: 40.35%
🔗 Coverage View (최대 몇분 정도의 지연시간이 발생할 수 있습니다.)

Copy link
Collaborator

@DPS0340 DPS0340 left a comment

Choose a reason for hiding this comment

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

LGTM

@myyrakle myyrakle merged commit f095346 into master Jul 15, 2024
4 checks passed
@Mang-Joo
Copy link

LGTM

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.

[test] lexer 커버리지 회복 - 2
3 participants