diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a29dfb7..d459ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +# .github/workflows/ci.yml name: CI on: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..109b360 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +luacov.report.out +luacov.stats.out