Skip to content

Commit

Permalink
Add forgotten argument
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 15, 2024
1 parent 85598ab commit 158e279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: rust-grcov
if: ${{ matrix.toolchain == 'nightly' }}
run: cargo install grcov && grcov rust --path-mapping rust/mapping.json -t lcov,cobertura,coveralls,coveralls+ -o .
run: cargo install grcov && grcov rust --path-mapping rust/mapping.json -t lcov,cobertura,coveralls,coveralls+ -o . --token Euler

- name: Install coverage.py
if: ${{ matrix.toolchain == 'nightly' }}
Expand Down

0 comments on commit 158e279

Please sign in to comment.