Skip to content

Commit 2ba287e

Browse files
committed
update coverage path
1 parent 873d55d commit 2ba287e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run cargo-tarpaulin
3333
uses: actions-rs/tarpaulin@v0.1
3434
with:
35-
args: --manifest-path fitsio --coveralls ${{ secrets.COVERALLS_TOKEN }}
35+
args: --manifest-path fitsio/Cargo.toml --coveralls ${{ secrets.COVERALLS_TOKEN }}
3636

3737
- name: Archive code coverage results
3838
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)