Skip to content

Commit

Permalink
fix: yaml
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Jun 19, 2024
1 parent 0db83ab commit 5897fdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,21 @@ jobs:
go tool covdata textfmt -v 1 -i=$TXTARCOVERDIR -o txtarcoverage.out
- name: Upload go coverage to Codecov
working-directory: ${{ inputs.modulepath }}
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: true
file: ./gocoverage.out
file: ${{ inputs.modulepath }}/gocoverage.out
flags: ${{ inputs.modulepath }}
token: ${{ secrets.codecov-token }}
verbose: true

- name: Upload txtar coverage to Codecov
working-directory: ${{ inputs.modulepath }}
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: true
file: ./txtarcoverage.out
file: ${{ inputs.modulepath }}/txtarcoverage.out
flags: ${{ inputs.modulepath }}/txtar
token: ${{ secrets.codecov-token }}
verbose: true
Expand Down

0 comments on commit 5897fdb

Please sign in to comment.