Skip to content

Commit

Permalink
Enable Codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
seamlik committed Mar 4, 2024
1 parent 1628296 commit c512adc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

# Verify
- run: cargo test
- run: devops rust-code-coverage
- run: devops format rust yaml markdown protobuf
- uses: seamlik/devops/.github/actions/check-formatting@master

# Report
- uses: bufbuild/buf-lint-action@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c512adc

Please sign in to comment.