Skip to content

Commit

Permalink
Disable tarpaulin due to Node 12 deprecation breaking latest version …
Browse files Browse the repository at this point in the history
…of tarpaulin
  • Loading branch information
iamjpotts committed Jan 10, 2023
1 parent 68ae9c2 commit 269f7d1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,13 @@ jobs:
toolchain: stable
override: true

- name: Generate Code Coverage
uses: actions-rs/[email protected]
with:
args: --all-features

- name: Upload Code Coverage
uses: codecov/codecov-action@v3
# Tarpaulin requires an upgrade (that has not been released yet) to support Node 16.
# See https://github.com/actions-rs/tarpaulin/issues/21

# - name: Generate Code Coverage
# uses: actions-rs/[email protected]
# with:
# args: --all-features
#
# - name: Upload Code Coverage
# uses: codecov/codecov-action@v3

0 comments on commit 269f7d1

Please sign in to comment.