Skip to content

Commit 984d799

Browse files
authored
Merge pull request #57 from THD-Spatial-AI/dev
Dev
2 parents 43fe5c3 + 998b325 commit 984d799

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
- name: Test
2626
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
2727

28-
- name: Upload coverage to Codecov
28+
- name: Upload coverage reports to Codecov
2929
uses: codecov/codecov-action@v5
3030
with:
31-
files: coverage.out
32-
fail_ci_if_error: false
31+
token: ${{ secrets.CODECOV_TOKEN }}
3332

3433
integration:
3534
name: Integration Tests

0 commit comments

Comments
 (0)