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

chore(deps): update codecov/codecov-action action to v5 #585

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): update codecov/codecov-action action to v5

af6ae11
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update codecov/codecov-action action to v5 #585

chore(deps): update codecov/codecov-action action to v5
af6ae11
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Tests (macOS, dorny/test-reporter@v1) succeeded Nov 30, 2024 in 1s

111 passed, 0 failed and 12 skipped

Tests passed successfully

Report Passed Failed Skipped Time
save-cli/build/test-results/jvmTest/TEST-com.saveourtool.save.cli.GeneralTest.xml 2βœ… 111s
save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ExtraFlagsExtractorTest.xml 4βœ… 549ms
save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.files.FileUtilsTest.xml 4βœ… 27ms
save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ProcessBuilderTest.xml 13βœ… 228ms
save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.utils.ProcessBuilderInternalTest.xml 2βœ… 58ms
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ConfigDetectorRegressionTest.xml 1βœ… 165ms
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ConfigDetectorTest.xml 8βœ… 181ms
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.ClassicFixTest.xml 9βœ… 31s
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.ClassicWarnTest.xml 11βœ… 5βšͺ 30s
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.FixAndWarnDirTest.xml 3βœ… 7s
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.FixDirTest.xml 2βœ… 8s
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.WarnDirTest.xml 5βšͺ 0ms
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.MergeAndOverrideConfigsTest.xml 8βœ… 112ms
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.PerformAnalysisTest.xml 2βœ… 190ms
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.utils.CliUtilsTest.xml 6βœ… 18ms
save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ValidationTest.xml 8βœ… 9ms
save-plugins/fix-and-warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugins.fixandwarn.FixAndWarnPluginTest.xml 1βœ… 602ms
save-plugins/fix-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugins.fix.FixPluginTest.xml 4βœ… 447ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest.xml 5βœ… 127ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.ComparisonTest.xml 1βœ… 2ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.StringUtilsTest.xml 3βœ… 22ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.UtilsTest.xml 3βœ… 2ms
save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.WarnPluginTest.xml 9βœ… 2βšͺ 792ms
save-reporters/build/test-results/jvmTest/TEST-com.saveourtool.save.reporter.json.JsonReporterTest.xml 2βœ… 604ms

βœ…Β save-cli/build/test-results/jvmTest/TEST-com.saveourtool.save.cli.GeneralTest.xml

2 tests were completed in 111s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.cli.GeneralTest 2βœ… 111s

βœ…Β com.saveourtool.save.cli.GeneralTest

βœ… examples test from subfolder()[jvm]
βœ… examples test()[jvm]

βœ…Β save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ExtraFlagsExtractorTest.xml

4 tests were completed in 549ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ExtraFlagsExtractorTest 4βœ… 549ms

βœ…Β com.saveourtool.save.core.ExtraFlagsExtractorTest

βœ… test for splitByNonEscaped()[jvm]
βœ… basic test()[jvm]
βœ… should resolve placeholders()[jvm]
βœ… should join multiline directives()[jvm]

βœ…Β save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.files.FileUtilsTest.xml

4 tests were completed in 27ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.files.FileUtilsTest 4βœ… 27ms

βœ…Β com.saveourtool.save.core.files.FileUtilsTest

βœ… example for findAllFilesMatching()[jvm]
βœ… create relative path in case of branchy file tree()[jvm]
βœ… example for findDescendantDirectoriesBy()[jvm]
βœ… create relative path when config and test resource located in the same directory()[jvm]

βœ…Β save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ProcessBuilderTest.xml

13 tests were completed in 228ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ProcessBuilderTest 13βœ… 228ms

βœ…Β com.saveourtool.save.core.ProcessBuilderTest

βœ… simple check with redirection()[jvm]
βœ… change multiple echo commands with redirections 2()[jvm]
βœ… change multiple echo commands with redirections 3()[jvm]
βœ… simple check with redirection without whitespaces at all()[jvm]
βœ… check stdout()[jvm]
βœ… one long echo()[jvm]
βœ… check stdout with redirection()[jvm]
βœ… change multiple echo commands with redirections()[jvm]
βœ… extra whitespaces shouldn't influence to echo()[jvm]
βœ… simple check with redirection without first whitespace()[jvm]
βœ… simple check()[jvm]
βœ… command without echo()[jvm]
βœ… empty command()[jvm]

βœ…Β save-common/build/test-results/jvmTest/TEST-com.saveourtool.save.core.utils.ProcessBuilderInternalTest.xml

2 tests were completed in 58ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.utils.ProcessBuilderInternalTest 2βœ… 58ms

βœ…Β com.saveourtool.save.core.utils.ProcessBuilderInternalTest

βœ… check stderr with additional warning()[jvm]
βœ… check stderr()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ConfigDetectorRegressionTest.xml

1 tests were completed in 165ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ConfigDetectorRegressionTest 1βœ… 165ms

βœ…Β com.saveourtool.save.core.ConfigDetectorRegressionTest

βœ… config detector regression test on directories()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ConfigDetectorTest.xml

8 tests were completed in 181ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ConfigDetectorTest 8βœ… 181ms

βœ…Β com.saveourtool.save.core.ConfigDetectorTest

βœ… should fail on the invalid file()[jvm]
βœ… should detect single file from a directory()[jvm]
βœ… should detect multiple files starting from the middle()[jvm]
βœ… should detect starting from bottom with multiple parent configs()[jvm]
βœ… should detect starting from bottom()[jvm]
βœ… should detect single file()[jvm]
βœ… should detect config file from single Test file()[jvm]
βœ… should detect multiple files starting from top()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.ClassicFixTest.xml

9 tests were completed in 31s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.integration.ClassicFixTest 9βœ… 31s

βœ…Β com.saveourtool.save.core.integration.ClassicFixTest

βœ… execute fix plugin on separate files()[jvm]
βœ… execute fix plugin in sarif mode()[jvm]
βœ… executing fix plugin on save-toml file in directory()[jvm]
βœ… executing fix plugin on parental save-toml file()[jvm]
βœ… execute fix plugin on folder()[jvm]
βœ… check NoIgnoreLines()[jvm]
βœ… check IgnoreLines()[jvm]
βœ… tests with the same name()[jvm]
βœ… check IgnoreLinesIsEmpty()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.ClassicWarnTest.xml

16 tests were completed in 30s with 11 passed, 0 failed and 5 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.integration.ClassicWarnTest 11βœ… 5βšͺ 30s

βœ…Β com.saveourtool.save.core.integration.ClassicWarnTest

βœ… execute warn-plugin with expected warnings from SARIF()[jvm]
βœ… executing warn plugin so that no resources will be found()[jvm]
βœ… lines that match ignoreLines should be ignored()[jvm]
βœ… execute warn-plugin with actual and expected warnings from SARIF()[jvm]
βšͺ execute warn plugin with default testFiles()[jvm]
βœ… test output file set()[jvm]
βšͺ executing warn plugin on parental directory()[jvm]
βœ… tests should have a relative path()[jvm]
βœ… execute warn plugin on separate files()[jvm]
βœ… executing warn plugin on directory()[jvm]
βšͺ execute warn plugin with timeout()[jvm]
βœ… executing warn plugin on parental save-toml file()[jvm]
βœ… executing warn plugin on directory when files are set with regex()[jvm]
βšͺ execute warn plugin with included and excluded suites()[jvm]
βœ… execute warn-plugin with actual warnings from SARIF()[jvm]
βšͺ executing warn plugin on save-toml file in directory()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.FixAndWarnDirTest.xml

3 tests were completed in 7s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.integration.FixAndWarnDirTest 3βœ… 7s

βœ…Β com.saveourtool.save.core.integration.FixAndWarnDirTest

βœ… execute fix-and-warn plugin on the directory chapter1()[jvm]
βœ… execute fix-and-warn plugin on the directory chapter2()[jvm]
βœ… execute fix-and-warn plugin on the directory chapter3()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.FixDirTest.xml

2 tests were completed in 8s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.integration.FixDirTest 2βœ… 8s

βœ…Β com.saveourtool.save.core.integration.FixDirTest

βœ… execute fix plugin()[jvm]
βœ… execute fix plugin on the directory chapter1()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.integration.WarnDirTest.xml

5 tests were completed in 0ms with 0 passed, 0 failed and 5 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.integration.WarnDirTest 5βšͺ 0ms

βœ…Β com.saveourtool.save.core.integration.WarnDirTest

βšͺ execute warn plugin on root directory()[jvm]
βšͺ execute warn plugin on the directory chapter1()[jvm]
βšͺ execute warn plugin on the directory chapter2()[jvm]
βšͺ execute warn plugin on the directory chapter3()[jvm]
βšͺ execute warn plugin on the directory chapter4()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.MergeAndOverrideConfigsTest.xml

8 tests were completed in 112ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.MergeAndOverrideConfigsTest 8βœ… 112ms

βœ…Β com.saveourtool.save.core.MergeAndOverrideConfigsTest

βœ… load save toml from middle hierarchy()[jvm]
βœ… merge and override two incomplete configs 2()[jvm]
βœ… merge and override general configs()[jvm]
βœ… merge and override two configs with different fields()[jvm]
βœ… merge configs with many parents()[jvm]
βœ… override real toml configs()[jvm]
βœ… merge real toml configs with empty execFlag in child()[jvm]
βœ… merge and override two incomplete configs()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.PerformAnalysisTest.xml

2 tests were completed in 190ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.PerformAnalysisTest 2βœ… 190ms

βœ…Β com.saveourtool.save.core.PerformAnalysisTest

βœ… should execute single test()[jvm]
βœ… detect plugins()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.utils.CliUtilsTest.xml

6 tests were completed in 18ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.utils.CliUtilsTest 6βœ… 18ms

βœ…Β com.saveourtool.save.core.utils.CliUtilsTest

βœ… resolve value()[jvm]
βœ… parse properties file()[jvm]
βœ… read not existed properties file()[jvm]
βœ… read properties file()[jvm]
βœ… read invalid properties file()[jvm]
βœ… parse properties file from not existed folder()[jvm]

βœ…Β save-core/build/test-results/jvmTest/TEST-com.saveourtool.save.core.ValidationTest.xml

8 tests were completed in 9ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.core.ValidationTest 8βœ… 9ms

βœ…Β com.saveourtool.save.core.ValidationTest

βœ… validate warn section()[jvm]
βœ… invalid general section()[jvm]
βœ… set defaults to warn section()[jvm]
βœ… set defaults to general section()[jvm]
βœ… set defaults to fix section()[jvm]
βœ… validate warn section 2()[jvm]
βœ… validate warn section 3()[jvm]
βœ… validate warn section 4()[jvm]

βœ…Β save-plugins/fix-and-warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugins.fixandwarn.FixAndWarnPluginTest.xml

1 tests were completed in 602ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugins.fixandwarn.FixAndWarnPluginTest 1βœ… 602ms

βœ…Β com.saveourtool.save.plugins.fixandwarn.FixAndWarnPluginTest

βœ… base test()[jvm]

βœ…Β save-plugins/fix-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugins.fix.FixPluginTest.xml

4 tests were completed in 447ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugins.fix.FixPluginTest 4βœ… 447ms

βœ…Β com.saveourtool.save.plugins.fix.FixPluginTest

βœ… should detect two files()[jvm]
βœ… should calculate diff of discovered files()[jvm]
βœ… should detect two files - among other files()[jvm]
βœ… test for batchSize()[jvm]

βœ…Β save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest.xml

5 tests were completed in 127ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest 5βœ… 127ms

βœ…Β com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest

βœ… should filter out warnings from other files - absolute paths with testRoot being relative()[jvm]
βœ… should filter out warnings from other files - relative paths()[jvm]
βœ… should filter out warnings from other files()[jvm]
βœ… should convert SARIF report to SAVE warnings()[jvm]
βœ… should filter out warnings from other files - absolute paths with testRoot being absolute()[jvm]

βœ…Β save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.ComparisonTest.xml

1 tests were completed in 2ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.ComparisonTest 1βœ… 2ms

βœ…Β com.saveourtool.save.plugin.warn.utils.ComparisonTest

βœ… should compare warnings()[jvm]

βœ…Β save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.StringUtilsTest.xml

3 tests were completed in 22ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.StringUtilsTest 3βœ… 22ms

βœ…Β com.saveourtool.save.plugin.warn.utils.StringUtilsTest

βœ… checking the creation of regex messages from strings()[jvm]
βœ… regression with regular expressions()[jvm]
βœ… checking the search of delimiters in the string()[jvm]

βœ…Β save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.utils.UtilsTest.xml

3 tests were completed in 2ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.UtilsTest 3βœ… 2ms

βœ…Β com.saveourtool.save.plugin.warn.utils.UtilsTest

βœ… should extract warnings from different text with no line but col()[jvm]
βœ… should extract warnings from different text with line and col()[jvm]
βœ… should extract warnings from different text with line but no col()[jvm]

βœ…Β save-plugins/warn-plugin/build/test-results/jvmTest/TEST-com.saveourtool.save.plugin.warn.WarnPluginTest.xml

11 tests were completed in 792ms with 9 passed, 0 failed and 2 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.WarnPluginTest 9βœ… 2βšͺ 792ms

βœ…Β com.saveourtool.save.plugin.warn.WarnPluginTest

βœ… warn-plugin test exception()[jvm]
βšͺ warn-plugin test - multiple warnings and ignore technical comments()[jvm]
βœ… warn-plugin test - multiple warnings and no line-col()[jvm]
βœ… warn-plugin test for batchSize()[jvm]
βœ… basic warn-plugin test with exactWarningsMatch = false()[jvm]
βœ… regression - test resources in multiple directories()[jvm]
βœ… warn-plugin test with default warning without line()[jvm]
βšͺ basic warn-plugin test with ignoreTechnicalComments=true()[jvm]
βœ… warn-plugin test - multiple warnings()[jvm]
βœ… basic warn-plugin test()[jvm]
βœ… warn-plugin test for all mods()[jvm]

βœ…Β save-reporters/build/test-results/jvmTest/TEST-com.saveourtool.save.reporter.json.JsonReporterTest.xml

2 tests were completed in 604ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.reporter.json.JsonReporterTest 2βœ… 604ms

βœ…Β com.saveourtool.save.reporter.json.JsonReporterTest

βœ… should produce valid serialized Report when plugin crashes()[jvm]
βœ… should produce valid serialized Report from ordinary data()[jvm]