We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104dea9 commit 6c604faCopy full SHA for 6c604fa
.coveralls.yml
.travis.yml
@@ -24,6 +24,4 @@ matrix:
24
script:
25
- JULIA_DEBUG=PersistentCollections JULIA_NUM_THREADS=999999 julia --project --check-bounds=yes -e 'import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'
26
27
-after_success:
28
- - julia --project -e 'import Pkg; Pkg.add("Coverage")'
29
- - julia --project -e 'using Coverage; Coveralls.submit(Coveralls.process_folder())'
+coveralls: true
0 commit comments