Skip to content

Commit

Permalink
name coverage step in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jul 22, 2021
1 parent 958a018 commit c368ffc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ jobs:
run: cp odbcsv/tests/list-drivers-dev.txt odbcsv/tests/list-drivers.txt

# runs cargo with defaults flags, using the default `lcov` output
- uses: Swatinem/fucov@v1
- name: Generate code coverage
uses: Swatinem/fucov@v1
with:
# Maria DB stopped working on ubuntu test runner after driver update
args: -- --skip maria_db
output-format: lcov
output-filename: lcov.info

- name: Push grcov results to Coveralls via GitHub Action
- name: Push coverage results to Coveralls
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c368ffc

Please sign in to comment.