Skip to content

Commit

Permalink
ci: upload test coverage as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 5, 2024
1 parent af606d4 commit 810e404
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ jobs:
run: docker compose down
- name: Merge coverage data
run: go tool covdata textfmt -i=raccoon-coverage -o coverage.out
- name: Upload coverage data
- name: Upload coverage data to coveralls
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out
- name: Upload coverage data as workflow artifact
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.out
smoke-test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 810e404

Please sign in to comment.