Skip to content

Commit

Permalink
add user position (#19)
Browse files Browse the repository at this point in the history
* add user position (at the end commented implementation)
* clean old code
* add test coverage
  • Loading branch information
eballo authored May 2, 2024
1 parent d6735d3 commit 75caf7d
Show file tree
Hide file tree
Showing 15 changed files with 1,181 additions and 797 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
GOOGLE_MAPS_API_KEY=xxxx
SERVER_HOST='https://localhost:9000/'
DEBUG=true
DEBUG=true
USER_POSITION=false
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install dependencies
run: yarn
- name: Test and coverage
run: yarn jest --coverage
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ more information, and create the following files:
GOOGLE_MAPS_API_KEY=xxxxxxx
SERVER_HOST='https://localhost:9000/'
DEBUG=true
USER_POSITION=false
```

NOTE: it is important that the server host ends with a '/' like in the sample.
Expand Down
Loading

0 comments on commit 75caf7d

Please sign in to comment.