Skip to content

Commit ffdefab

Browse files
committed
codecov and badges
1 parent 7da16f9 commit ffdefab

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- store_test_results:
3333
path: .ci/test-reports/
3434

35-
# - run:
36-
# name: push code coverage
37-
# command: bash <(curl -s https://codecov.io/bash) -X coveragepy -t
35+
- run:
36+
name: push code coverage
37+
command: bash <(curl -s https://codecov.io/bash) -X coveragepy -t 6795ab8d-d0ba-4a64-812c-9649f6e6058f

readme.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Flog
22
====
33

4+
[![CircleCI](https://circleci.com/gh/rsyring/pyweb-flog2.svg?style=svg)](https://circleci.com/gh/rsyring/pyweb-flog2)
5+
[![codecov](https://codecov.io/gh/rsyring/pyweb-flog2/branch/master/graph/badge.svg)](https://codecov.io/gh/rsyring/pyweb-flog2)
6+
7+
8+
49
Run Tests
510
----------------------------------
611

@@ -23,7 +28,7 @@ Features
2328
- General
2429
- ease of starting tests & dev
2530
- docker-compose
26-
- compile requirements
31+
- freeze requirements using pip-tools
2732
- tox runs both frozen and current libs
2833
- App factory pattern
2934
- blueprints (web & CLI)

0 commit comments

Comments
 (0)