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

Commit

Permalink
🍎 updated ci
Browse files Browse the repository at this point in the history
🐛 updated package version to the correct git commit

🐛 fix sonar

updated rules for sed coverage

struggling with sed
  • Loading branch information
sylvain.touret committed Nov 17, 2022
1 parent 72ee4ba commit 1e42fec
Show file tree
Hide file tree
Showing 5 changed files with 694 additions and 710 deletions.
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/\/labonneboite/\.\/labonneboite/g
FIX_COVERAGE_FOR_SONAR_RENAMEFOLDER: 's#<source>\/app</source>#<source>\/builds\/lbb\/lbb</source>#'
rules:
- if: $CI_MERGE_REQUEST_IID && $CI_MERGE_REQUEST_TITLE !~ /Draft.*/
changes:
Expand Down
2 changes: 1 addition & 1 deletion ci
Submodule ci updated from 0fd8d0 to 1deaf8
2 changes: 1 addition & 1 deletion labonneboite/web/search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def entreprises():
if not form.validate() or job_doesnt_exist:
log_search_activity(activity_log_properties)
form.set_auto_focus_on_searched_job()
return render_template(template, job_doesnt_exist=job_doesnt_exist, form=form)
return render_template(template, job_doesnt_exist=job_doesnt_exist, company_count=0, form=form)

# Convert request arguments to fetcher parameters
parameters = get_parameters(args)
Expand Down
Loading

0 comments on commit 1e42fec

Please sign in to comment.