Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

.github: bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 #522

.github: bump dependabot/fetch-metadata from 1.6.0 to 2.2.0

.github: bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 #522

name: ember-cli-code-coverage
on: [pull_request]
jobs:
build:
name: Code Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install
- uses: mydea/ember-cli-code-coverage-action@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"