We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a343b8 commit dcb3d7fCopy full SHA for dcb3d7f
1 file changed
.github/workflows/main.yml
@@ -113,5 +113,5 @@ jobs:
113
RUSTFLAGS: '--cfg procmacro2_semver_exempt'
114
115
- name: Run cargo-tarpaulin
116
- run: cargo tarpaulin -v --ciserver travis-ci --coveralls $GITHUB_JOB
+ run: cargo tarpaulin -v --coveralls ${{github.token}}
117
0 commit comments