Browse Source

adds code coverage

tags/Release_0.1
Henry D. Case 6 years ago
parent
commit
22e3d2373f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@@ -6,3 +6,6 @@ script:
- NOASM=1 make test
- NOASM=0 make cover
- NOASM=1 make cover

after_script:
- bash <(curl -s https://codecov.io/bash) -t 8a75b459-85b1-4e5d-aa12-4dd705914700

Loading…
Cancel
Save