Skip to content

Commit

Permalink
ci: add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvd11 committed May 11, 2021
1 parent 1fd5949 commit 72f65c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ jobs:
run: ../kong-pongo/pongo.sh lint

- name: Test
run: ../kong-pongo/pongo.sh run
run: ../kong-pongo/pongo.sh run -c

- name: Coverage
run: bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions .pongo/pongo-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
luarocks install luacov

0 comments on commit 72f65c1

Please sign in to comment.