Skip to content

Merge branch 'master' into tidy_issue_handler #4925

Merge branch 'master' into tidy_issue_handler

Merge branch 'master' into tidy_issue_handler #4925

Workflow file for this run

name: Code Coverage
on:
push:
pull_request:
jobs:
go-unit-coverage:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
go: [ '1.20' ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/go-setup
- name: make tests
run: make tests
- name: Go Test Coverage
uses: codecov/codecov-action@v3
with:
files: ./internal_coverage.xml,./cmd_coverage.xml # optional
flags: armada-server