Skip to content

Commit 6c604fa

Browse files
committed
Testing Different Coveralls integration
1 parent 104dea9 commit 6c604fa

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@ matrix:
2424
script:
2525
- JULIA_DEBUG=PersistentCollections JULIA_NUM_THREADS=999999 julia --project --check-bounds=yes -e 'import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'
2626

27-
after_success:
28-
- julia --project -e 'import Pkg; Pkg.add("Coverage")'
29-
- julia --project -e 'using Coverage; Coveralls.submit(Coveralls.process_folder())'
27+
coveralls: true

0 commit comments

Comments
 (0)