Skip to content

Bump rollup from 3.29.1 to 4.9.1 #367

Bump rollup from 3.29.1 to 4.9.1

Bump rollup from 3.29.1 to 4.9.1 #367

Workflow file for this run

name: ts tests
on:
pull_request:
push:
branches:
- main
- dev
jobs:
build:
name: Build and test Measuresuite
runs-on: ubuntu-latest
steps:
- uses: 0xADE1A1DE/AssemblyLine@main
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: sudo apt install -y lcov python3 python3-pip
- run: pip3 install plotly lcov_cobertura
- uses: actions/setup-node@v3
with:
node-version: 18
- name: TS build
run: npm clean-install
- name: TS checks
run: npm run test-cov
- name: Code Coverage Summary
if: ${{ github.actor != 'dependabot[bot]' }}
uses: irongut/CodeCoverageSummary@v1.2.0
with:
badge: true
format: markdown
output: both
filename: ./ts/coverage/cobertura-coverage.xml
- uses: jwalton/gh-find-current-pr@v1
if: ${{ github.actor != 'dependabot[bot]' }}
id: finder
- name: Add Coverage PR Comment
if: ${{ github.actor != 'dependabot[bot]' }}
uses: marocchino/sticky-pull-request-comment@v2
with:
number: ${{ steps.finder.outputs.pr }}
recreate: true
path: code-coverage-results.md