Skip to content

Commit

Permalink
Update code-coverage.yml
Browse files Browse the repository at this point in the history
See: #219

Signed-off-by: Austin Drenski <austin@austindrenski.io>
  • Loading branch information
austindrenski committed Jan 27, 2024
1 parent 780aac3 commit 710f42e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ on:

jobs:
build-test-report:
runs-on: ubuntu-latest
env:
OS: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +31,6 @@ jobs:

- uses: codecov/codecov-action@v3.1.4
with:
env_vars: OS
name: Code Coverage for ${{ matrix.os }}
fail_ci_if_error: true
verbose: true

0 comments on commit 710f42e

Please sign in to comment.