Skip to content

Commit

Permalink
Fix "codecov" options
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Oct 16, 2022
1 parent f3ff731 commit 3fcbd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test_script:
tar -cz -f "../../coverage-report-${IMAGE_NAME}.tar.gz" *
- sh: curl -sSL https://codecov.io/bash > codecov
- sh: chmod +x codecov
- sh: if [ "$CI_LINUX" = "true" ]; then ./codecov -d ./MoreLinq.Test/TestResults; fi
- sh: if [ "$CI_LINUX" = "true" ]; then ./codecov; fi
artifacts:
- path: dist\*.nupkg
- path: coverage-report-*

0 comments on commit 3fcbd7a

Please sign in to comment.