Skip to content

Commit

Permalink
Merge branch 'main' into changelog-review
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Oct 5, 2023
2 parents 4f07b1a + 5eba98a commit b0ec8b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ jobs:
path: debug_files.tar.gz
if-no-files-found: ignore
- name: Convert coverage data
if: steps.changed-files.outputs.only_changed == 'false'
run: |
nix profile install ./nix#go_1_20
go tool covdata textfmt -i=integration_tests/coverage -o profile.txt
- name: Upload coverage report
if: steps.changed-files.outputs.only_changed == 'false'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit b0ec8b7

Please sign in to comment.