forked from TokamakUI/Tokamak
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding codecov CI workflow. #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The current code coverage percentage is 18.43% (minimum allowed: 20%). -Overall Coverage: 20.30%
+Overall Coverage: 18.43%
File Coverage
---------------------------------- --------
ButtonStyle.swift 35.14%
CGStubs.swift 0.00%
ClipEffect.swift 0.00%
-Color.swift 19.34%
+Color.swift 0.00%
ColorScheme.swift 0.00%
DisclosureGroup.swift 0.00%
Divider.swift 0.00%
=-=-=-=-=-=-=-=-=
-ColorTests.swift 88.89%
ReconcilerTests.swift 93.24% ``` |
mattpolzin
force-pushed
the
codecov-ci2
branch
from
February 1, 2021 01:45
18ccaf9
to
c771235
Compare
MaxDesiatov
pushed a commit
to TokamakUI/Tokamak
that referenced
this pull request
Feb 5, 2021
Closes #350. Adds simple code coverage analysis. Until the GitHub token is set up in this repo, you can see the results including a comment on the PR here: mattpolzin#2 * Adding codecov CI workflow. * doh. forgot to skip build. * drop unneeded llvm env var from build invocation. make comment always run. * try a way to update a previous comment * try to get comments to run on failure. * use bug fix to codecov action. * fix comment search string and drop min coverage * use replace on comment updates * attempt at diffing coverage from main branch * comment out tests to affect test coverage * try method for multiline outputs * do i need to put it in its own script file * right, switch coverage gen order to have branch checked out second. * attempt to get code quotation around diff output. * switch to git diff * add note about the new script. * try echoing a warning. * post warning on success and error on failure. * uncomment tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A draft to test code coverage setup.