Skip to content

Commit

Permalink
added coverage link
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Feb 18, 2018
1 parent bc6f3ea commit 04902b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pages:
dependencies:
- test_ruby25
script:
- mv coverage/ public/
- mv coverage/ public/coverage/
artifacts:
paths:
- public
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# HTTPX: A Ruby HTTP HTTPX for tomorrow... and beyond!

[![pipeline status](https://gitlab.com/honeyryderchuck/httpx/badges/master/pipeline.svg)](https://gitlab.com/honeyryderchuck/httpx/commits/master)
[![coverage report](https://gitlab.com/honeyryderchuck/httpx/badges/master/coverage.svg)](https://gitlab.com/honeyryderchuck/httpx/commits/master)
[![coverage report](https://gitlab.com/honeyryderchuck/httpx/badges/master/coverage.svg)](https://honeyryderchuck.gitlab.io/httpx/coverage/#_AllFiles)

HTTPX is an HTTP client library for the Ruby programming language.

Expand Down

0 comments on commit 04902b3

Please sign in to comment.