Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipet authored Oct 11, 2024
1 parent c357c72 commit 83ae99c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
run: cargo install cargo-tarpaulin
- name: Tests
run: cargo test
env:
MAILJET_USER_KEY: ${{ secrets.MAILJET_USER_KEY }}
MAILJET_USER_NAME: ${{ secrets.MAILJET_USER_NAME }}
MAILJET_FROM_EMAIL: ${{ vars.MAILJET_FROM_EMAIL }}
- name: Generate code coverage
run: cargo tarpaulin --verbose --all-features --timeout 120 --out xml
- name: Upload coverage to codecov.io
Expand Down

0 comments on commit 83ae99c

Please sign in to comment.