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

Feature/lexeme labels #24

Merged
merged 6 commits into from
Jun 5, 2024
Merged

Feature/lexeme labels #24

merged 6 commits into from
Jun 5, 2024

Conversation

b3b00
Copy link
Owner

@b3b00 b3b00 commented Jun 5, 2024

No description provided.

Copy link

sonarcloud bot commented Jun 5, 2024

Quality Gate Passed Quality Gate passed

Issues
13 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@coveralls
Copy link

coveralls commented Jun 5, 2024

Pull Request Test Coverage Report for Build 9382960781

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 174 of 256 (67.97%) changed or added relevant lines in 35 files are covered.
  • 7 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.5%) to 75.333%

Changes Missing Coverage Covered Lines Changed/Added Lines %
csly-cli-model/Model.cs 0 1 0.0%
csly-cli-model/lexer/CharacterTransition.cs 0 1 0.0%
csly-cli-model/lexer/ExceptTransition.cs 0 1 0.0%
csly-cli-model/lexer/ITransition.cs 0 1 0.0%
csly-cli-model/lexer/LexerOptions.cs 0 1 0.0%
csly-cli-model/lexer/Range.cs 0 1 0.0%
csly-cli-model/lexer/RangeTransition.cs 0 1 0.0%
csly-cli-model/lexer/TransitionChain.cs 0 1 0.0%
csly-cli-model/parser/ChoiceClause.cs 0 1 0.0%
csly-cli-model/parser/GroupClause.cs 0 1 0.0%
Files with Coverage Reduction New Missed Lines %
csly-cli-extractor/LexerSpecificationExtractor.cs 1 82.93%
csly-cli-builder/ParserGenerator.cs 3 73.07%
csly-cli-model/AbstractModelVisitor.cs 3 27.27%
Totals Coverage Status
Change from base Build 9367605336: -0.5%
Covered Lines: 2666
Relevant Lines: 3507

💛 - Coveralls

@b3b00 b3b00 merged commit 9164641 into main Jun 5, 2024
4 checks passed
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

2 participants