Skip to content

Commit 001b5eb

Browse files
author
Diptorup Deb
committed
Let us try without exposing the REPO Token
1 parent 47b12ce commit 001b5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Upload coverage data to coveralls.io
9999
run: |
100100
coveralls-lcov -v -n build_cmake/tests/dpctl.lcov > dpctl-c-api-coverage.json
101-
COVERALLS_REPO_TOKEN=FgVbqpXYVkNP1AeOgZHvkRWuvVFExYkMU coveralls --merge=dpctl-c-api-coverage.json
101+
coveralls --service=github --merge=dpctl-c-api-coverage.json
102102
env:
103103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104104
COVERALLS_PARALLEL: true

0 commit comments

Comments
 (0)