File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 42
42
name : Run tests
43
43
# This assumes coverage is installed via the install-package step above
44
44
command : coverage3 run tests/
45
+ - run :
46
+ name : Get coverage data en xml format
47
+ # This assumes coverage is installed via the install-package step above
48
+ command : coverage3 xml
45
49
- run :
46
50
name : Export data to coveralls
47
51
# This assumes coverage is installed via the install-package step above
51
55
# This assumes codecov is installed via the install-package step above
52
56
command : codecov
53
57
- store_artifacts :
54
- path : . coverage
58
+ path : coverage.xml
55
59
56
60
# - run:
57
61
# name: Export data to codacy
64
68
- checkout
65
69
# - run commands to generate the coverage result
66
70
- coverage-reporter/send_report :
67
- coverage-reports : ' . coverage'
71
+ coverage-reports : ' coverage.xml '
68
72
project-token : $CODACY_PROJECT_TOKEN
69
73
70
74
# Invoke jobs via workflows
You can’t perform that action at this time.
0 commit comments