Skip to content

Commit

Permalink
ci: форматирование
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlo Ivan committed Jul 8, 2024
1 parent f3b465e commit a9f98fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,6 @@ coverage:
script:
- opm run coverage
timeout: 10m
# artifacts:
# reports:
# junit:
# out/genericexec/*.xml
# paths:
# - out/genericexec/
# expire_in: 30 day
artifacts:
reports:
coverage_report:
Expand All @@ -233,7 +226,7 @@ coverage:
- out/genericexec/
expire_in: 30 day
needs:
- 1testrunner
- job: 1testrunner

SonarQube:
stage: report
Expand All @@ -256,7 +249,8 @@ SonarQube:
- opm run sonar-scanner
timeout: 10m
needs:
- coverage
- job: coverage
artifacts: true

Allure:
stage: report
Expand Down Expand Up @@ -304,6 +298,8 @@ pages:
- public
needs:
- job: Allure
artifacts: true
- job: SonarQube

package:
stage: release
Expand Down
1 change: 1 addition & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
исходные коды разработанные с помощью проекта Graphite
исходные коды интегрированные их хранилища 1С с помощью проекта vanessa-unpack
исходные коды обработок интегрированные с помощью проекта precommit1C

0 comments on commit a9f98fb

Please sign in to comment.