~cypheon/dronecov

a572076780d0f8173d28b6a154da67114fbf2a42 — Johann Rudloff 5 years ago f39e5a2
Fix typo.
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 1,7 1,7 @@
# Lighweight Coverage Tracking Server for Drone CI

The server has exactly 2 features:
 * Receive POSTed coverage summary results adn store them per repo/branch
 * Receive POSTed coverage summary results and store them per repo/branch
 * Provide badge SVGs with the current coverage. With color bassed on current
   coverage.



@@ 36,7 36,7 @@ pipeline:
  coverage:
    image: cypheon/dronecov
    secrets: [ dronecov_access_token ]
    lcov_info: ./path/to/coverage/total.info
    lcov_info: './path/to/coverage/total.info'
    server: https://your.coverage.server.example.com/dronecov-server/base-url/
```