diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2022-11-29 10:52:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 10:52:07 +0100 |
commit | b80af01b18983c2e8fc709fbb348e5ece025a831 (patch) | |
tree | 0d36bd65601714a41c7bea9bb4f031cdf7c1daeb /.github | |
parent | 513254937c5aa29a1b8ce73ac14b30695fee0ce5 (diff) | |
download | go-git-b80af01b18983c2e8fc709fbb348e5ece025a831.tar.gz |
Update test.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index befb2c8..cefbbdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,7 @@ jobs: - name: Coveralls if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.19.x' uses: coverallsapp/github-action@master + continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov |