Use Codecov AI to add tests#1
Closed
RodneyRichardson wants to merge 6 commits into
Closed
Conversation
Co-authored-by: David Burg <david.burg@microsoft.com>
* Implement replace_last and remove_last filters * Update comments from review. Correct failing test on CI. * Explicit tests for new filters beyond Golden Liquid baseline * One more test for codecov * And one more test for codecov * Implemented replace_first and remove_first for DotLiquid 2.4. Corrected version flags for regex to be specifically 2.0 and not 2.1 * Move version specific test from global tests to specific versions.
# Conflicts: # src/DotLiquid.Tests/ConditionTests.cs
…ender (dotliquid#563) * Add support for Liquid Drop to be used directly as a root object in render * remove unneeded linq * Implement method for LiquidType and RegisterSafeType methods that return a Drop * Added additional test / incomplete code coverage * Incorporate dotliquid#596 and additional tests for IIndexable * Code review changes, incorporate final Hash code coverage and handle null environments input. Co-authored-by: Rodney Richardson <rodney@rjrsoftware.com> * Corrected traslation --------- Co-authored-by: Rodney Richardson <rodney@rjrsoftware.com>
* Use csproj for nuget packaging * Allow csproj to generate assembly version * Informational AppVeyor yaml changes [ci-skip] * Add PrivateAssets="all" to prevent SonarAnalyzer.CSharp being marked as a dependency in nuget package. * Add PackageReadmeFile. * Resolve dotliquid#595 * Drop Support for .NET Standard 1.3 * Bump SonarAnalyzer * Conditionally install .net core 3.1 * Replace remaining calls to GetTypeInfo * Fixed appveyor for prod ready * Additional tests from PR dotliquid#592 Co-authored-by: Rodney Richardson <rodney@rjrsoftware.com> * Extended NETSTANDARD2_0 guard to NETSTANDARD2_0_OR_GREATER * Remove redundant variable * Update requirements list on website. * Attempt to fix No artifacts found matching '*.*nupkg' * Revert changes to appveyor.yml; switch from nuget pack to dotnet pack --------- Co-authored-by: Rodney Richardson <rodney@rjrsoftware.com>
Owner
Author
|
@codecov-ai-reviewer test |
|
On it! Codecov is generating unit tests for this PR. |
|
Sentry has determined that unit tests are not necessary for this PR. |
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 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.
No description provided.