-
Notifications
You must be signed in to change notification settings - Fork 353
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
test(plugin): boost test coverage #3333
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Exclude d3 modules to be transpiled for test build (some d3 code block scope, transpile wrongly and throws error) - Add test codes for plugins - Include again textoverlap plugin test(fixed and happened due to the transpile issue)
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 21, 2023
Enforce test coverage under 90% Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 21, 2023
Enforce test coverage under 90% Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 22, 2023
Enforce test coverage under 90% Ref naver#3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 22, 2023
- Reinforce test coverage for interaction related codes - Remove unused ‘else’ condition block from .generateTicks() - Remove unused ‘jsonTreemp’ module Ref naver#3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 22, 2023
- Reinforce test coverage for interaction related codes - Remove unused ‘else’ condition block from .generateTicks() - Remove unused ‘jsonTreemp’ module Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 22, 2023
- Reinforce test coverage for interaction related codes - Remove unused ‘else’ condition block from .generateTicks() - Remove unused ‘jsonTreemp’ module Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 25, 2023
Reinforce test codees to increase coverage Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 25, 2023
Reinforce test codes to increase coverage Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 25, 2023
Add test cases for shapes to increase test coverage Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 25, 2023
Add test cases for shapes to increase test coverage Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 28, 2023
Reinforce test coverage for shapes Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 28, 2023
Reinforce test coverage for shapes Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 28, 2023
- Remove duplicated code from stanford plugin - Reinforce test codes for plugins Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 28, 2023
- Remove duplicated code from stanford plugin - Reinforce test codes for plugins Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 28, 2023
- Fix cache remove bug when id is given as string - Reinforce test for module Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 28, 2023
- Fix cache remove bug when id is given as string - Reinforce test for module Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 29, 2023
Add test cases for timeseries and category type axis Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 29, 2023
Add test cases for timeseries and category type axis Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 29, 2023
netil
added a commit
that referenced
this pull request
Aug 29, 2023
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 29, 2023
- Add conditional for onerror logging - Update test condition Ref naver#3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 29, 2023
- Add conditional for onerror logging - Update test condition Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 29, 2023
- Add conditional for onerror logging - Update test condition Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 30, 2023
- update some browser & worker module as function to facilitate test - add test case for internal/category Ref naver#3333
netil
added a commit
that referenced
this pull request
Aug 30, 2023
- update some browser & worker module as function to facilitate test - add test case for internal/category Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Aug 30, 2023
Reinforce test codes Ref naver#3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
- Exclude d3 modules to be transpiled for test build (some d3 code block scope, transpile wrongly and throws error) - Add test codes for plugins - Include again textoverlap plugin test(fixed and happened due to the transpile issue)
netil
added a commit
that referenced
this pull request
Sep 5, 2023
Enforce test coverage under 90% Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
- Reinforce test coverage for interaction related codes - Remove unused ‘else’ condition block from .generateTicks() - Remove unused ‘jsonTreemp’ module Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
Reinforce test codes to increase coverage Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
Add test cases for shapes to increase test coverage Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
Reinforce test coverage for shapes Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
- Remove duplicated code from stanford plugin - Reinforce test codes for plugins Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
- Fix cache remove bug when id is given as string - Reinforce test for module Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
Add test cases for timeseries and category type axis Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
netil
added a commit
that referenced
this pull request
Sep 5, 2023
- Add conditional for onerror logging - Update test condition Ref #3333
netil
added a commit
that referenced
this pull request
Sep 5, 2023
- update some browser & worker module as function to facilitate test - add test case for internal/category Ref #3333
netil
pushed a commit
to netil/billboard.js
that referenced
this pull request
Sep 13, 2023
netil
added a commit
that referenced
this pull request
Sep 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
#3332
Details
Result
Plugin test coverage increased:
83.72%
-> To:94.25%