Skip to content

Commit

Permalink
fix: correct CI badge in source-maps readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 26, 2024
1 parent 889fe2a commit 78aa783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/istanbul-lib-source-maps/README.md
@@ -1,11 +1,11 @@
# istanbul-lib-source-maps

[![Build Status](https://travis-ci.org/istanbuljs/istanbuljs.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbuljs)
[![Build Status](https://img.shields.io/github/actions/workflow/status/istanbuljs/istanbuljs/ci.yml?label=CI&logo=GitHub)](https://github.com/istanbuljs/istanbuljs/actions/workflows/ci.yml)

Source map support for istanbuljs.

## Debugging

_istanbul-lib-source-maps_ uses the [debug](https://www.npmjs.com/package/debug) module.
`istanbul-lib-source-maps` uses the [debug](https://www.npmjs.com/package/debug) module.
Run your application with the environment variable `DEBUG=istanbuljs`, to receive debug
output.

0 comments on commit 78aa783

Please sign in to comment.