We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678aefe commit 7e9b8c7Copy full SHA for 7e9b8c7
2 files changed
.github/workflows/ci.yml
@@ -38,9 +38,11 @@ jobs:
38
- name: Vet
39
run: go vet ./...
40
- name: Upload coverage to Codecov
41
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
42
with:
43
- flags: ${{ matrix.platform }}
+ token: ${{ secrets.CODECOV_TOKEN }}
44
env_vars: GO
45
+ fail_ci_if_error: true
46
+ flags: ${{ matrix.platform }}
47
env:
48
GO: ${{ matrix.go-version }}
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2014-2023 Akinori Hattori <hattya@gmail.com>
+Copyright (c) 2014-2024 Akinori Hattori <hattya@gmail.com>
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
0 commit comments