-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Description
0.0.12 Release
Related Issue
Motivation and Context
Fixes issue with version bump.
How Has This Been Tested?
Screenshots (if appropriate)
Types of changes
- Dependencies (non-breaking change which updates dependencies)
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- My code follows the code style of this project.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.
- I have read the CONTRIBUTING document.
- I have added tests to cover my changes.
- All new and existing tests passed.
Unit Test Results node18.x-windows-latest 1 files +-0 1 suites +-0 2s -1s Results for commit 6694eb4. +- Comparison against base commit c708ec5. This pull request removes 23 and adds 23 tests. Note that renamed tests count towards both.1,2,3 => ParseError(0, 5) - @gregoranders/csv 0.0.10 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c
@gregoranders/csv 0.0.10 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c1,2,3 => ParseError(0, 5) - @gregoranders/csv 0.0.12 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c
@gregoranders/csv 0.0.12 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c |
|
Code Climate has analyzed commit 6694eb4 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (100% is the threshold). This pull request will bring the total coverage in the repository to 100.0% (0.0% change). View more on Code Climate. |
Unit Test Results node19.x-macos-latest 1 files +-0 1 suites +-0 3s -1s Results for commit 6694eb4. +- Comparison against base commit c708ec5. This pull request removes 23 and adds 23 tests. Note that renamed tests count towards both.1,2,3 => ParseError(0, 5) - @gregoranders/csv 0.0.10 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c
@gregoranders/csv 0.0.10 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c1,2,3 => ParseError(0, 5) - @gregoranders/csv 0.0.12 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c
@gregoranders/csv 0.0.12 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c |
Unit Test Results node18.x-macos-latest 1 files +-0 1 suites +-0 3s +-0s Results for commit 6694eb4. +- Comparison against base commit c708ec5. This pull request removes 23 and adds 23 tests. Note that renamed tests count towards both.1,2,3 => ParseError(0, 5) - @gregoranders/csv 0.0.10 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c
@gregoranders/csv 0.0.10 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c1,2,3 => ParseError(0, 5) - @gregoranders/csv 0.0.12 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c
@gregoranders/csv 0.0.12 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c |
Unit Test Results node16.x-macos-latest 1 files +-0 1 suites +-0 4s -1s Results for commit 6694eb4. +- Comparison against base commit c708ec5. This pull request removes 23 and adds 23 tests. Note that renamed tests count towards both.1,2,3 => ParseError(0, 5) - @gregoranders/csv 0.0.10 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c
@gregoranders/csv 0.0.10 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c1,2,3 => ParseError(0, 5) - @gregoranders/csv 0.0.12 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c
@gregoranders/csv 0.0.12 - csv custom - {"fieldSeparator":";","quote":"'","lineSeparator":"\t"} invalid a;"b"";c |
0.0.12 Release (#260)