Skip to content

Commit

Permalink
Merge pull request #56 from spglib/fix-ci
Browse files Browse the repository at this point in the history
disable codecov in forked PR
  • Loading branch information
lan496 authored Jan 27, 2025
2 parents 006499c + f817918 commit 21ec019
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
- name: Test
run: cargo llvm-cov --release --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: github.event.repository.fork == false
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true
fail_ci_if_error: false
pass:
name: ✅ Pass ci-rust
needs: [test]
Expand Down

0 comments on commit 21ec019

Please sign in to comment.