diff options
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index aeda4a204..ac80a3b6a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,4 +40,4 @@ build_script: on_success: - luacov - pip install codecov - - codecov + - codecov --file luacov.report.out |
