Skip to content

Commit

Permalink
chore(ci): remove coveralls (#11224)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Marais <[email protected]>
  • Loading branch information
maiste authored Dec 18, 2024
1 parent 3fc17ee commit ed1b7fa
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,41 +136,6 @@ jobs:
- uses: cachix/install-nix-action@v18
- run: nix develop .#fmt -c make fmt

coverage:
name: Coverage
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ocaml-compiler:
- 5.1.x
steps:
- uses: actions/checkout@v4
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext: false

- name: Set git user
run: |
git config --global user.name github-actions[bot]
git config --global user.email github-actions[bot]@users.noreply.github.com
# Install ocamlfind-secondary and ocaml-secondary-compiler, if needed
- run: opam install ./dune.opam --deps-only --with-test

- name: Install deps on Unix
run: |
opam install . --deps-only
opam exec -- make dev-deps
opam exec -- make coverage-deps
- run: opam exec -- make test-coverage
continue-on-error: true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_NUMBER: ${{ github.event.number }}

doc:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed1b7fa

Please sign in to comment.