Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codecov/codecov-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: codecov/codecov-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: swatinem/parse-chunks-serde
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 34 files changed
  • 1 contributor

Commits on Nov 19, 2024

  1. Start parsing the chunks file with serde

    This implements a hand-written parser which scans through the `chunks` file line-by-line, and parses the various headers and line records with serde.
    
    The most complex part here is parsing the line records.
    If that complexity starts to be unreasonable, a hybrid approach is also possible in which the hand-written parser is used along with the simpler serde-based `header` parsers, and still falling back to the existing parser-combinator based parser for the line records.
    Swatinem committed Nov 19, 2024
    Copy the full SHA
    452d71b View commit details
  2. Copy the full SHA
    e47f552 View commit details
  3. Copy the full SHA
    6f8af38 View commit details
  4. Implement missing chunks parser features

    This should implement everything except for the `complexity` parser.
    Swatinem committed Nov 19, 2024
    Copy the full SHA
    d6f4a47 View commit details
  5. insert all datapoints

    Swatinem committed Nov 19, 2024
    Copy the full SHA
    70fa498 View commit details
  6. rip out old chunks parser

    Swatinem committed Nov 19, 2024
    Copy the full SHA
    35f0674 View commit details
  7. Copy the full SHA
    c89f46f View commit details
  8. Copy the full SHA
    7e40eed View commit details
  9. fix CI failures

    Swatinem committed Nov 19, 2024
    Copy the full SHA
    56391d0 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...swatinem/parse-chunks-serde