Fixed protobuf
- Added back missing protobuf generation
- Fixing problem with duplicate operation IDs
- Moving openapi.yaml into distinctly named files in preparation for confirmate restructuring
The last two items require a custom tool that changes the operation IDs because of a bug in gnostic (see https://github.com/google/gnostic/issues/372)
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 78.31%. Comparing base (104bd8b) to head (97dbaa6).
:warning: Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1811 +/- ##
==========================================
- Coverage 78.59% 78.31% -0.28%
==========================================
Files 147 147
Lines 12257 9374 -2883
==========================================
- Hits 9633 7341 -2292
+ Misses 2253 1658 -595
- Partials 371 375 +4
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 78.31% <ø> (-0.28%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@oxisto I've opened a new pull request, #1812, to work on those changes. Once the pull request is ready, I'll request review from you.