Skip to content

Commit a6d957d

Browse files
committed
Added code coverge result upload to codecov
1 parent 2ec543e commit a6d957d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
LOG*
88
PID
99
.coverage*
10+
coverage.xml
1011
dask-worker-space
1112
stumpy.egg-info
1213
build

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ steps:
5050
- bash: ./test.sh
5151
displayName: "Running test"
5252

53+
- script: |
54+
codecov
55+
displayName: "Upload test coverage results"
56+
env:
57+
CODECOV_TOKEN: 'S(CODECOV_TOKEN)'

0 commit comments

Comments
 (0)