Skip to content

Commit

Permalink
remove codecov since I dont like its comments
Browse files Browse the repository at this point in the history
  • Loading branch information
teto committed Oct 22, 2023
1 parent be4c431 commit 063fd0f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ jobs:
busted -o htest --exclude-tags=ssh,gpg,git,unit --verbose -Xhelper "lua_dir=$(luarocks config variables.LUA_DIR),ci"
busted -o htest --exclude-tags=ssh,gpg,git,unit --verbose -Xhelper "lua_dir=$(luarocks config variables.LUA_DIR),ci,env=full"
- name: Coverage
run: |
eval $(luarocks path)
luacov -c testrun/luacov.config
curl -Os https://uploader.codecov.io/latest/$([ `uname -s` = "Linux" ] && echo "linux" || echo "macos")/codecov
chmod +x codecov
( cd testrun/ && ../codecov )
grep "Summary" -B1 -A1000 testrun/luacov.report.out
##############################################################################
SmokeTest:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 063fd0f

Please sign in to comment.