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

Fix cargo docs / warnings and add CI check #777

Merged
merged 9 commits into from Dec 29, 2022

Conversation

alamb
Copy link
Collaborator

@alamb alamb commented Dec 28, 2022

This was bothering me when working on tests / docs for visitor

Rationale:
Fix all cargo doc warning, and add CI check to avoid errors in the future

Example CI test failure: https://github.com/sqlparser-rs/sqlparser-rs/actions/runs/3795223499/jobs/6454127069

@coveralls
Copy link

coveralls commented Dec 28, 2022

Pull Request Test Coverage Report for Build 3795248432

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.974%

Totals Coverage Status
Change from base Build 3795081688: 0.0%
Covered Lines: 13007
Relevant Lines: 15129

💛 - Coveralls

@@ -11,9 +11,7 @@
// limitations under the License.

//! This module defines
//! 1) a list of constants for every keyword that
//! can appear in [Word::keyword]:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This appears to be referring to some older version of the code

@alamb alamb merged commit b93d82d into sqlparser-rs:main Dec 29, 2022
@alamb alamb deleted the alamb/fix_doc_links branch April 9, 2024 20:32
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