Skip to content

Commit

Permalink
chore: separate artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jul 6, 2024
1 parent fa7e3fe commit bc07c64
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,17 @@ jobs:
path: /tmp/test-results/gotestsum-report.xml
reporter: jest-junit

- name: Upload
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
path: |
/tmp/test-results/gotestsum-report.xml
/tmp/test-results/coverage.out
/tmp/test-results/coverage.html
name: coverage.out
path: /tmp/test-results/coverage.out

- name: Upload coverage report page
uses: actions/upload-artifact@v4
with:
name: coverage.html
path: /tmp/test-results/coverage.html

golangci:
name: lint
Expand Down

0 comments on commit bc07c64

Please sign in to comment.