Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fix/sonar2' into 'main'
Browse files Browse the repository at this point in the history
😓 updated rules for sed coverage

See merge request lbb/lbb!657
  • Loading branch information
Sylvain Touret committed Nov 17, 2022
2 parents 52405ad + b2194d0 commit 4c04a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python-tests:
DOCKER_COMPOSE_FILENAME: docker-compose.testing.yml
TEST_VOLUME_NAME: testResults
FIX_COVERAGE_FOR_SONAR: "true"
FIX_COVERAGE_FOR_SONAR_RENAMEFOLDER: s/\/app/\.\//g
FIX_COVERAGE_FOR_SONAR_RENAMEFOLDER: 's#<source>\/app</source>#<source>\/</source>#'
rules:
- if: $CI_MERGE_REQUEST_IID && $CI_MERGE_REQUEST_TITLE !~ /Draft.*/
changes:
Expand Down

0 comments on commit 4c04a17

Please sign in to comment.