Skip to content

Commit

Permalink
run only library unit tests with tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon committed Feb 14, 2024
1 parent 850c5b2 commit 90a2fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
secret_name: ${{ secrets.AWS_SECRET_NAME_CODECOV }}
parse_json: true
- name: Generate code coverage
run: cargo tarpaulin
run: cargo tarpaulin --lib
- name: Upload to codecov.io
uses: RDXWorks-actions/codecov-action@main
with:
Expand Down

0 comments on commit 90a2fef

Please sign in to comment.