Skip to content

Update netty-codec, ... to 4.1.104.Final #312

Update netty-codec, ... to 4.1.104.Final

Update netty-codec, ... to 4.1.104.Final #312

Workflow file for this run

name: Coverage Aggregate
on:
push:
branches:
- master
- main
pull_request:
jobs:
coverage-aggregate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1
- name: branch-names
id: branch-name
uses: tj-actions/branch-names@v7
- run: sbt coverage +test coverageReport
- run: sbt coverageAggregate coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_BRANCH: ${{ steps.branch-name.outputs.current_branch }}