Skip to content

Commit

Permalink
Merge pull request #65 from RaphaelS1/dev
Browse files Browse the repository at this point in the history
fix codecov run
  • Loading branch information
RaphaelS1 authored Sep 2, 2022
2 parents e6a777e + badeb7b commit 94290a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} ${{ matrix.arch }} - ${{ github.event_name }}
name: Julia ${{ matrix.version }} - ${{ matrix.os }} ${{ matrix.arch }}

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

Expand Down Expand Up @@ -53,6 +53,6 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- name: Codecov
uses: codecov/[email protected]
if: matrix.version == '1.0' && success()
if: matrix.version != '1.2' && success()
with:
file: lcov.info

0 comments on commit 94290a4

Please sign in to comment.