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

FullHuman / purgecss / 6677792066

28 Oct 2023 03:34PM UTC coverage: 92.031%. Remained the same
6677792066

push

github

web-flow
build(deps): bump typescript from 4.9.4 to 4.9.5 (#1159)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

317 of 372 branches covered (0.0%)

Branch coverage included in aggregate %.

503 of 519 relevant lines covered (96.92%)

10603.71 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/packages/purgecss/src/constants.ts
1
export const IGNORE_ANNOTATION_CURRENT = "purgecss ignore current";
44✔
2
export const IGNORE_ANNOTATION_NEXT = "purgecss ignore";
44✔
3
export const IGNORE_ANNOTATION_START = "purgecss start ignore";
44✔
4
export const IGNORE_ANNOTATION_END = "purgecss end ignore";
44✔
5
export const CONFIG_FILENAME = "purgecss.config.js";
44✔
6

7
// Error Message
8
export const ERROR_CONFIG_FILE_LOADING = "Error loading the config file";
44✔
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