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

Introduce ParsingTests #235

Merged
merged 2 commits into from
Jan 14, 2024
Merged

Conversation

cpisciotta
Copy link
Owner

@cpisciotta cpisciotta commented Jan 11, 2024

Introduce a unit test that parsers an entire build log. The build log represents a clean build of Backyard Birds on Xcode 15.1.

@cpisciotta cpisciotta linked an issue Jan 11, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (84d24a9) 84.58% compared to head (2b28bb3) 84.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
+ Coverage   84.58%   84.90%   +0.32%     
==========================================
  Files          14       14              
  Lines        1862     1862              
==========================================
+ Hits         1575     1581       +6     
+ Misses        287      281       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cpisciotta cpisciotta force-pushed the 230-add-a-ci-check-for-uncaptured-output branch 3 times, most recently from 93f9af8 to 6042c39 Compare January 14, 2024 01:01
@cpisciotta cpisciotta force-pushed the 230-add-a-ci-check-for-uncaptured-output branch from 6042c39 to c4c7223 Compare January 14, 2024 01:03
@cpisciotta cpisciotta changed the title Introduce End-to-End Test Introduce ParsingTests Jan 14, 2024
@cpisciotta cpisciotta removed a link to an issue Jan 14, 2024
@cpisciotta cpisciotta linked an issue Jan 14, 2024 that may be closed by this pull request
@cpisciotta cpisciotta force-pushed the 230-add-a-ci-check-for-uncaptured-output branch from c4c7223 to 77c285c Compare January 14, 2024 01:08
@cpisciotta cpisciotta force-pushed the 230-add-a-ci-check-for-uncaptured-output branch from 77c285c to 2b28bb3 Compare January 14, 2024 01:18
@cpisciotta cpisciotta marked this pull request as ready for review January 14, 2024 01:24
@cpisciotta cpisciotta merged commit 43823ca into main Jan 14, 2024
11 checks passed
@cpisciotta cpisciotta deleted the 230-add-a-ci-check-for-uncaptured-output branch January 14, 2024 01:26
cpisciotta added a commit that referenced this pull request Feb 25, 2024
Introduce a unit test that parsers an entire build log. The build log represents a clean build of Backyard Birds on Xcode 15.1.
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.

Introduce ParserTests
1 participant