Skip to content

Commit

Permalink
Fix coveralls bug, reduce CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Sep 29, 2022
1 parent 186b200 commit 0de2e8a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,18 @@ jobs:
fail-fast: false
matrix:
version:
- "1.6" # LTS
# - "1.6" # LTS
- "1" # Latest Release
os:
- ubuntu-latest
- macOS-latest
- windows-latest
# - macOS-latest
# - windows-latest
arch:
- x64
- x86
exclude:
# Exclude 32-bit macOS due to Julia support
- os: macOS-latest
arch: x86
# - os: windows-latest
# - x86
# exclude:
# # Exclude 32-bit macOS due to Julia support
# - os: macOS-latest
# arch: x86
# include:
# - os: ubuntu-latest
Expand Down Expand Up @@ -74,7 +72,7 @@ jobs:
file: lcov.info

- name: Coveralls
uses: coverallsapp/github-action@main
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: lcov.info

0 comments on commit 0de2e8a

Please sign in to comment.