We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a17342 commit b3a3a82Copy full SHA for b3a3a82
.github/workflows/greetings.yml
.github/workflows/pull_request.yml
@@ -1,10 +1,8 @@
1
name: pull request - build and unit tests
2
3
on:
4
- push:
5
- branches: [ main ]
6
pull_request:
7
+ branches: ['*']
8
9
jobs:
10
unit-tests:
@@ -32,10 +30,8 @@ jobs:
32
30
- name: upload coverage to codecov.io
33
31
if: ${{ matrix.go == '1.21' }}
34
uses: codecov/codecov-action@v4
35
- env:
36
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
37
with:
38
files: ./cover.out
39
flags: unittests
40
- fail_ci_if_error: true
+ fail_ci_if_error: false
41
verbose: true
0 commit comments