We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1125a commit b5105d7Copy full SHA for b5105d7
1 file changed
.github/workflows/tests.yml
@@ -14,17 +14,17 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: dtolnay/rust-toolchain@stable
16
- name: Run tests
17
- working-directory: iTriangle/iTriangle
+ working-directory: iTriangle
18
run: cargo test
19
- name: Install tarpaulin
20
uses: taiki-e/install-action@v2
21
with:
22
tool: cargo-tarpaulin
23
- name: Run coverage
24
25
run: cargo tarpaulin --out Lcov
26
- name: Upload coverage to Codecov
27
uses: codecov/codecov-action@v5
28
29
- files: iTriangle/iTriangle/lcov.info
+ files: iTriangle/lcov.info
30
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments