Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch committed Nov 25, 2020
1 parent 679d2da commit 3fd366e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goveralls.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
on: [push, pull_request]
name: Coverals
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: ['1.13', '1.14']
go: ['1.14']

steps:
- uses: actions/setup-go@v2
Expand All @@ -23,6 +24,7 @@ jobs:
- name: Make test
run: |
make coverage
sed -i "/failpoint_binding/d" covprofile
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions test.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
adfasf
bbb

0 comments on commit 3fd366e

Please sign in to comment.