We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7661fd8 commit 2f7264eCopy full SHA for 2f7264e
.github/workflows/test.yml
@@ -1,9 +1,5 @@
1
on: [push, pull_request]
2
name: Test
3
-# Workaround for coveralls error "Can't add a job to a build that is already closed"
4
-# See https://github.com/lemurheavy/coveralls-public/issues/1716
5
-env:
6
- COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}
7
jobs:
8
test:
9
strategy:
@@ -36,5 +32,5 @@ jobs:
36
32
run: go get github.com/mattn/goveralls
37
33
- name: Send coverage
38
34
env:
39
- COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+ COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}-${{ github.run_id }}-${{ github.run_attempt }}
40
run: goveralls -coverprofile=.covprofile -service=github
0 commit comments