• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FantasticFiasco / action-update-license-year
100%
master: 90%

Build:
Build:
LAST BUILD BRANCH: renovate/actions-checkout-5.x
DEFAULT BRANCH: master
Repo Added 05 Apr 2020 07:35AM UTC
Files 11
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH chore/type-check
branch: chore/type-check
CHANGE BRANCH
x
Reset
  • chore/type-check
  • alpha
  • chore/ci-cd-node-lts
  • chore/coverage
  • chore/migrate-from-using-deprecated-functions
  • chore/migrate-to-github-actions
  • chore/migrate-to-ts
  • chore/upgrade-dependencies
  • dependabot/npm_and_yarn/babel/traverse-7.24.5
  • dependabot/npm_and_yarn/braces-3.0.3
  • dependabot/npm_and_yarn/debug-4.3.4
  • dependabot/npm_and_yarn/json5-2.2.3
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/minimatch-3.1.2
  • dependabot/npm_and_yarn/octokit/plugin-paginate-rest-9.2.2
  • dependabot/npm_and_yarn/octokit/request-8.4.1
  • dependabot/npm_and_yarn/octokit/request-error-5.1.1
  • dependabot/npm_and_yarn/semver-6.3.1
  • dependabot/npm_and_yarn/undici-5.28.4
  • deps/migrate-ncc
  • docs/generate-usage
  • docs/improve-readme
  • feat/commit-author
  • feat/config-filenames
  • feat/config-pr
  • feat/general-variable-substitution
  • feat/generate-report
  • feat/gpg-signing
  • feat/license-agpl-3.0
  • feat/result-output
  • feat/signed-commits
  • fix/issue-40
  • fix/issue-42
  • fix/issue-59
  • fix/transform-only-applied-once-per-file
  • master
  • refactor/github-integration
  • refactor/migrate-from-yarn-to-npm
  • refactor/migrate-ncc
  • refactor/migrate-to-es-modules
  • refactor/transforms
  • refs/tags/v2.0.0
  • refs/tags/v2.1.0
  • refs/tags/v2.1.1
  • refs/tags/v2.2.0
  • refs/tags/v2.2.1
  • refs/tags/v2.2.2
  • refs/tags/v2.3.0
  • refs/tags/v3.0.0
  • refs/tags/v3.0.1
  • refs/tags/v3.0.2
  • refs/tags/v3.0.3
  • releases/v2
  • renovate/acorn-7.x
  • renovate/acorn-8.x
  • renovate/actions-checkout-3.x
  • renovate/actions-checkout-4.x
  • renovate/actions-checkout-5.x
  • renovate/actions-core-1.x
  • renovate/actions-first-interaction-2.x
  • renovate/actions-first-interaction-3.x
  • renovate/actions-github-2.x
  • renovate/actions-github-3.x
  • renovate/actions-github-4.x
  • renovate/actions-github-5.x
  • renovate/actions-github-6.x
  • renovate/actions-glob-0.x
  • renovate/actions-http-client-1.x
  • renovate/actions-setup-node-2.x
  • renovate/actions-setup-node-3.x
  • renovate/actions-setup-node-4.x
  • renovate/actions-setup-node-5.x
  • renovate/babel-monorepo
  • renovate/coveralls-3.x
  • renovate/eslint-7.x
  • renovate/eslint-8.x
  • renovate/eslint-9.x
  • renovate/eslint-monorepo
  • renovate/fantasticfiasco-action-update-license-year-2.x
  • renovate/fantasticfiasco-action-update-license-year-3.x
  • renovate/hosted-git-info-4.x-lockfile
  • renovate/hosted-git-info-6.x-lockfile
  • renovate/hosted-git-info-7.x-lockfile
  • renovate/jest-26.x
  • renovate/jest-27.x
  • renovate/jest-monorepo
  • renovate/js-yaml-3.x
  • renovate/js-yaml-4.x
  • renovate/lodash-monorepo
  • renovate/major-jest-monorepo
  • renovate/major-jest-packages
  • renovate/node-20.x
  • renovate/node-22.x
  • renovate/node-notifier-9.x
  • renovate/prettier-2.x
  • renovate/prettier-3.x
  • renovate/typescript-3.x
  • renovate/typescript-4.x
  • renovate/typescript-5.x
  • renovate/vercel-ncc-0.x
  • renovate/y18n-5.x
  • renovate/zeit-ncc-0.x
  • security/node-fetch
  • style/eslint
  • style/remove-semi
  • test
  • test/branch-used-in-tests
  • test/gpg
  • test/gpg-2
  • test/improve-suite
  • v1
  • v1.1.2
  • v1.1.3
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.4.1
  • v1.4.2

pending completion
287

push

travis-ci

FantasticFiasco
chore: add type checking

Lets add type checking using the TypeScript compiler. We can run it in
CI to verify that the JavaScript is correctly typed. This will help us
when bringing in new versions of our dependencies.

12 of 12 branches covered (100.0%)

Branch coverage included in aggregate %.

21 of 21 relevant lines covered (100.0%)

4.71 hits per line

Relevant lines Covered
Build:
Build:
21 RELEVANT LINES 21 COVERED LINES
4.71 HITS PER LINE
Source Files on chore/type-check
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
287 chore/type-check chore: add type checking Lets add type checking using the TypeScript compiler. We can run it in CI to verify that the JavaScript is correctly typed. This will help us when bringing in new versions of our dependencies. push 02 Jul 2020 07:20PM UTC FantasticFiasco travis-ci pending completion  
288 chore/type-check Merge 271cd6af7 into dbbd6052f Pull #45 02 Jul 2020 07:20PM UTC web-flow travis-ci pending completion  
285 chore/type-check wip push 02 Jul 2020 07:16PM UTC FantasticFiasco travis-ci pending completion  
286 chore/type-check Merge dd5c7affd into dbbd6052f Pull #45 02 Jul 2020 07:16PM UTC web-flow travis-ci pending completion  
284 chore/type-check Merge 21e012eaf into dbbd6052f Pull #45 02 Jul 2020 07:02PM UTC web-flow travis-ci pending completion  
283 chore/type-check wip push 02 Jul 2020 06:25AM UTC FantasticFiasco travis-ci pending completion  
282 chore/type-check wip push 02 Jul 2020 06:04AM UTC FantasticFiasco travis-ci pending completion  
281 chore/type-check wip push 02 Jul 2020 05:57AM UTC FantasticFiasco travis-ci pending completion  
280 chore/type-check wip push 01 Jul 2020 09:45PM UTC FantasticFiasco travis-ci pending completion  
279 chore/type-check wip push 01 Jul 2020 09:43PM UTC FantasticFiasco travis-ci pending completion  
See All Builds (2613)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc