We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873d55d commit 2ba287eCopy full SHA for 2ba287e
1 file changed
.github/workflows/coverage.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run cargo-tarpaulin
33
uses: actions-rs/tarpaulin@v0.1
34
with:
35
- args: --manifest-path fitsio --coveralls ${{ secrets.COVERALLS_TOKEN }}
+ args: --manifest-path fitsio/Cargo.toml --coveralls ${{ secrets.COVERALLS_TOKEN }}
36
37
- name: Archive code coverage results
38
uses: actions/upload-artifact@v1
0 commit comments