Skip to content

Commit

Permalink
bump coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrin committed Oct 18, 2024
1 parent 6c0f41e commit a13eade
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push, pull_request]

name: run tests
name: Run Tests
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -14,11 +14,11 @@ jobs:
- name: Run tests with coverage
run: |
go test -v -covermode=count -coverprofile=coverage.out
- name: Convert coverage.out to coverage.lcov
uses: jandelgado/gcov2lcov-action@v1.0.6
# - name: Convert coverage.out to coverage.lcov
# uses: jandelgado/gcov2lcov-action@v1.0.6
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov

file: coverage.out
format: golang

0 comments on commit a13eade

Please sign in to comment.