Skip to content

Commit

Permalink
Add coverage analysis and Codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos authored and Gitlab CI translation file sync committed May 31, 2023
1 parent d53fa75 commit 74928b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
command: test
args: --all-targets

- name: Generate code coverage
uses: actions-rs/[email protected]

- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3

rustfmt:
name: rustfmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit 74928b2

Please sign in to comment.