Skip to content

Commit 985a900

Browse files
Updated CI/CD stuff
1 parent fe8d8ea commit 985a900

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI-CD.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm run coverage
5151

5252
- name: Send code coverage results to Coveralls
53-
uses: coverallsapp/github-action@v1.0.1
53+
uses: coverallsapp/github-action@v1.1.0
5454
with:
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
5656
parallel: true
@@ -62,7 +62,7 @@ jobs:
6262
needs: test
6363
steps:
6464
- name: Let Coveralls know that all tests have finished
65-
uses: coverallsapp/github-action@v1.0.1
65+
uses: coverallsapp/github-action@v1.1.0
6666
with:
6767
github-token: ${{ secrets.GITHUB_TOKEN }}
6868
parallel-finished: true

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Sourcemapify
22
============================
33
#### source-map plugin for Browserify
44

5-
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/sourcemapify/blob/master/.github/workflows/CI-CD.yaml)
6-
[![Build Status](https://github.com/JS-DevTools/sourcemapify/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/sourcemapify/blob/master/.github/workflows/CI-CD.yaml)
5+
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/sourcemapify/actions)
6+
[![Build Status](https://github.com/JS-DevTools/sourcemapify/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/sourcemapify/actions)
77

88
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/sourcemapify/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/sourcemapify?branch=master)
99
[![Dependencies](https://david-dm.org/JS-DevTools/sourcemapify.svg)](https://david-dm.org/JS-DevTools/sourcemapify)
@@ -78,7 +78,7 @@ The base path of the bundle (i.e. the bundle file's directory, relative to cwd).
7878

7979
Contributing
8080
--------------------------
81-
Contributions, enhancements, and bug-fixes are welcome! [File an issue](https://github.com/JS-DevTools/sourcemapify/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/sourcemapify/pulls).
81+
Contributions, enhancements, and bug-fixes are welcome! [Open an issue](https://github.com/JS-DevTools/sourcemapify/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/sourcemapify/pulls).
8282

8383
#### Building
8484
To build the project locally on your computer:

0 commit comments

Comments
 (0)