Skip to content

Commit

Permalink
remove codecov again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jan 26, 2022
1 parent f90da74 commit 8a97f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: dependencies
run: |
luarocks install busted
luarocks install luacov
luarocks install luacov-coveralls
- name: build
Expand All @@ -43,24 +42,7 @@ jobs:
run: |
lua run.lua examples
- name: Coverage-report
# only for Codecov reporting
run: |
luacov -c .luacov
- name: Report test coverage (codecov)
if: success()
continue-on-error: true
uses: codecov/codecov-action@v2
#with:
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
#files: ./coverage1.xml,./coverage2.xml # optional
#flags: unittests # optional
#name: codecov-umbrella # optional
#fail_ci_if_error: true # optional (default = false)
#verbose: true # optional (default = false)

- name: Report test coverage (coveralls)
- name: Report test coverage
if: success()
continue-on-error: true
run: luacov-coveralls
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build_script:
- luarocks make

test_script:
- busted -c -v
- busted --coverage
- lua run.lua tests --luacov
- lua run.lua examples

Expand Down

0 comments on commit 8a97f2b

Please sign in to comment.