Skip to content

Commit

Permalink
fix drone + README vetting
Browse files Browse the repository at this point in the history
  • Loading branch information
Witold Konior committed Jul 20, 2019
1 parent b879ac1 commit d458bb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
CODECOV_TOKEN: { from_secret: CODECOV_TOKEN }
commands:
- go build -v ./...
- go test -coverpkg=./... -race -covermode=atomic -coverprofile=coverage.txt github.com/jozuenoon/message_bus
- go test -coverpkg=./... -race -covermode=atomic -coverprofile=coverage.txt ./...
- curl -s https://codecov.io/bash | bash

- name: cqserver_docker
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
This repository is part of bigger conceptual system that would
provide travel time estimations based on mobile devices identification.

Explanation:

Let's say that we have Bluetooth enabled device in car or with us
while commuting. While we pass through our regular paths around
city special detectors grabs MAC address of our device and time
Expand All @@ -21,9 +23,9 @@ Repository provides server for collecting and querying
events received from mobile devices detectors. Additionally
there is client tool for simple traffic flow simulation.

## Bluetooth/WiFi/IMSI detectors aka. detector of mobile devices
## Bluetooth / WiFi / IMSI detectors aka. detector of mobile devices

Detectors are devices located around city, runways etc. which
Detectors are devices located around city, highways etc. which
are capable for intercepting Bluetooth, WiFi MAC addresses and
IMSI ids from passing travelers.

Expand All @@ -36,7 +38,7 @@ basically illegal without special permissions.

# Technical details

[TBA]
This section provides some extra technical details about solution.

### Configuration and deployment

Expand Down

0 comments on commit d458bb0

Please sign in to comment.