Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jul 29, 2024
1 parent 3537e76 commit 6193a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Run CI
if: matrix.rust == 'stable' || matrix.rust == 'beta' || matrix.rust == 'nightly'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: matrix.rust == 'stable' || matrix.rust == 'beta' || matrix.rust == 'nightly'
run: cargo run --bin cargo-make --target-dir target/ci -- make --env "CODECOV_TOKEN=${CODECOV_TOKEN}" ci-flow
- name: Run CI (Minimal Supported Rust Version)
if: matrix.rust != 'stable' && matrix.rust != 'beta' && matrix.rust != 'nightly' && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 6193a27

Please sign in to comment.