Skip to content

Commit 7a9beec

Browse files
authored
Submit code coverage to codecov (#959)
1 parent 4593b4e commit 7a9beec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- bash: |
4949
set -e
5050
$(JULIA) --check-bounds=yes --inline=yes -e 'using Pkg; Pkg.Registry.update(); Pkg.test(coverage=true)'
51+
$(JULIA) -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
5152
name: Test
5253
5354
- bash: |

0 commit comments

Comments
 (0)