Skip to content

Commit d63581b

Browse files
Merge pull request #39 from bridadan/coveralls
Sending CI results to coveralls
2 parents 765f30b + a4bbdb8 commit d63581b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- image: python:3.7-stretch
4040
steps:
4141
- setup_and_run_tests
42+
- run:
43+
name: Send coverage results to coveralls
44+
command: python -m coveralls
4245
style_enforcement:
4346
docker:
4447
- image: python:3.7-stretch

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
include =
3+
mbed_os_tools/*

0 commit comments

Comments
 (0)