mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 22:01:15 +02:00
Compare commits
2
Commits
1.3.3
...
0ac5d9a677
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ac5d9a677 | ||
|
|
f0bfc92295 |
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: make build
|
run: make build
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test-with-coverage
|
run: make test-with-coverage
|
||||||
# - uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
# with:
|
with:
|
||||||
# token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
# files: coverage.out
|
files: coverage.out
|
||||||
|
|||||||
+2
-3
@@ -1,4 +1,3 @@
|
|||||||
codecov:
|
|
||||||
require_ci_to_pass: no
|
|
||||||
|
|
||||||
comment: false
|
comment: false
|
||||||
|
github_checks:
|
||||||
|
annotations: false
|
||||||
|
|||||||
Reference in New Issue
Block a user