Skip to content

Commit

Permalink
ci: run codecov (#122)
Browse files Browse the repository at this point in the history
* test: configure codecov in ci

* chore: fix plugin.yml regex in release

* chore: inject package versions at build time
  • Loading branch information
jeremylvln authored Oct 10, 2023
1 parent 72f135a commit fc63bc2
Show file tree
Hide file tree
Showing 31 changed files with 215 additions and 207 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@ jobs:
# parallel: 3
parallel: 1

- name: Create coverage report with Tarpaulin
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --out xml --output-dir coverage/rust --workspace
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

lint:
runs-on: ubuntu-latest

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc63bc2

Please sign in to comment.