Skip to content

Commit

Permalink
Removing coverage tests from AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ceandrade committed Apr 3, 2020
1 parent f97c642 commit 76e5633
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Expand Up @@ -43,7 +43,3 @@ build_script:
test_script:
- C:\projects\julia\bin\julia -e "using Pkg; Pkg.test(\"BrkgaMpIpr\")"

after_test:
- C:\projects\julia\bin\julia -e "using Pkg; Pkg.add(\"Coverage\"); using Coverage; Codecov.submit(process_folder())"
- C:\projects\julia\bin\julia -e "using Pkg; Pkg.add(\"Coverage\"); using Coverage; Coveralls.submit(process_folder())"

0 comments on commit 76e5633

Please sign in to comment.