This repository was archived by the owner on May 21, 2025. It is now read-only.
Add Azure Pipelines support#319
Closed
thijsmie wants to merge 1 commit intocodecov:masterfrom
thijsmie:master
Closed
Add Azure Pipelines support#319thijsmie wants to merge 1 commit intocodecov:masterfrom thijsmie:master
thijsmie wants to merge 1 commit intocodecov:masterfrom
thijsmie:master
Conversation
Codecov Report
@@ Coverage Diff @@
## master #319 +/- ##
======================================
+ Coverage 64% 88% +24%
======================================
Files 3 2 -1
Lines 436 9 -427
Branches 106 0 -106
======================================
- Hits 280 8 -272
+ Misses 105 1 -104
+ Partials 51 0 -51 |
Author
|
Can I get an update on this PR? |
Contributor
|
I think this PR needs unit tests added. See my PR here for an example: |
Author
|
Hi @nmoinvaz, I'd be happy to write a test case but I am afraid it would be a wasted effort with no maintainer activity since somewhere halfway April. |
|
+1 for getting this merged. I am currently using these changes to get mesonbuild/meson#8894 going. |
Author
|
Clearly @codecov-devops doesn't care about getting contributions to this project, as they have not deemed to even give any response at all, positive or negative. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This commit adds Azure Pipeline support using exactly the same configuration as the codecov bash script uses.