Creation of a new branch - test-infrastructure, which is responsible … - #4
Conversation
…for test automation. All changes related to test coverage will be made in this branch going forward. This commit includes the following changes: renaming the file ci.yaml to ci-docs.yaml and creating a new file ci-tests.yaml, which runs tests on every push and pull request in any branch
|
Adding a new branch and creating a configuration file that automatically runs tests on pushes and pull requests. |
gsvgit
left a comment
There was a problem hiding this comment.
Бездумная нейронка детектед. Лучше пользоваться максимально свежими версиями action-ов.
| filenames: | | ||
| solver/build/reports/jacoco/test/jacocoTestReport.xml | ||
| generator/build/reports/jacoco/test/jacocoTestReport.xml | ||
| test-shared/build/reports/jacoco/test/jacocoTestReport.xml |
There was a problem hiding this comment.
Я правильно понимаю, что мы собираем тестовое покрытие тесов? Несколько загадочно выглядит.
There was a problem hiding this comment.
Это так, меня не много смутил данный action для работы с многомодульными проектами. Я решил явно указать пути до xml отчётов, но я щас проверил ещё раз. По-моему этот action вообще не принимает дополнительных аргументов, а сам всё находит. Так что щас подправлю эту часть кода и в следующем PR всё будет нормально
…(95%), lines(80%), branches(80%)
…lver and generator modules for publishing to GitHub Packages
…f jar files to GitHub Packages when a new version of the project is released
|
This PR introduces the following changes:
Current Coverage Metrics:
|
|
This PR introduces the following changes: 1. Fixed JAR file publishing
2. Fixed and improved the project build files for test coverage reporting
|
… and test coverage' workflow
…or, add axion-release-plugin for versioning
|
…for test automation. All changes related to test coverage will be made in this branch going forward. This commit includes the following changes: renaming the file ci.yaml to ci-docs.yaml and creating a new file ci-tests.yaml, which runs tests on every push and pull request in any branch