There was an error while loading. Please reload this page.
1 parent 2ec543e commit a6d957dCopy full SHA for a6d957d
.gitignore
@@ -7,6 +7,7 @@
7
LOG*
8
PID
9
.coverage*
10
+coverage.xml
11
dask-worker-space
12
stumpy.egg-info
13
build
azure-pipelines.yml
@@ -50,3 +50,8 @@ steps:
50
- bash: ./test.sh
51
displayName: "Running test"
52
53
+- script: |
54
+ codecov
55
+ displayName: "Upload test coverage results"
56
+ env:
57
+ CODECOV_TOKEN: 'S(CODECOV_TOKEN)'
0 commit comments