Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Cosmetic change to trigger build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbitx8 committed Oct 26, 2023
1 parent 2fab56b commit 62bd381
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 @@ -32,7 +32,7 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: make test
- name: Upload coverage report to Codecov
- name: Upload coverage reports to Codecov
run: |
curl -o target/test_coverage/codecov -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x target/test_coverage/codecov
Expand Down

0 comments on commit 62bd381

Please sign in to comment.