Skip to content

Instantly share code, notes, and snippets.

@firrae
Created May 5, 2016 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firrae/f7984cf3956205bee9b6ee4a9e0b6413 to your computer and use it in GitHub Desktop.
Save firrae/f7984cf3956205bee9b6ee4a9e0b6413 to your computer and use it in GitHub Desktop.
Issue with lcov in aircover and drone-coverage
clone:
path: github.com/firrae/project
build:
test:
image: node:6.0.0
commands:
- npm i
- npm test
publish:
coverage:
server: https://cov.myaircover.ca
token: ab9aa53d97a64f1fb1e61cbe059057ff798f4ad2
include: codecov.lcov
threshold: 80
when:
branch: dev
cache:
mount:
- node_modules
TN:
SF:/Users/steve/project/src/client/mainSpec.js
FN:4,(anonymous_6)
FN:8,(anonymous_7)
FNF:2
FNH:2
FNDA:1,(anonymous_6)
FNDA:1,(anonymous_7)
DA:1,1
DA:2,1
DA:4,1
DA:5,1
DA:8,1
DA:9,1
LF:6
LH:6
BRF:0
BRH:0
end_of_record
TN:
SF:/Users/steve/project/src/client/main.js
FN:1,testFunc
FNF:1
FNH:1
FNDA:1,testFunc
DA:1,1
DA:2,1
LF:2
LH:2
BRF:0
BRH:0
end_of_record
TN:
SF:/Users/steve/project/src/server/mainSpec.js
FN:3,(anonymous_2)
FNF:1
FNH:1
FNDA:1,(anonymous_2)
DA:1,1
DA:3,1
DA:4,1
LF:3
LH:3
BRF:0
BRH:0
end_of_record
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment