File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 28
28
- name : Run Jest tests
29
29
run : npm test
30
30
31
+ - name : Run Build
32
+ run : npm run build
33
+
34
+ - name : Archive Build
35
+ uses : actions/upload-artifact@v4
36
+ with :
37
+ name : build
38
+ path : dist
39
+
31
40
- name : Collect Coverage
32
41
run : coveralls report
33
42
env :
Original file line number Diff line number Diff line change 1
1
# GeoJSON Map Fit Mercator
2
2
3
3
[ ![ npm version] ( https://badge.fury.io/js/geojson-map-fit-mercator.svg )] ( https://badge.fury.io/js/geojson-map-fit-mercator )
4
-
4
+ [ ![ CI Build] ( https://github.com/tjdavey/geojson-map-fit-mercator/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/tjdavey/geojson-map-fit-mercator/actions/workflows/test.yml )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/tjdavey/geojson-map-fit-mercator/badge.svg?branch=main )] ( https://coveralls.io/github/tjdavey/geojson-map-fit-mercator?branch=main )
6
+ [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftjdavey%2Fgeojson-map-fit-mercator.svg?type=shield&issueType=license )] ( https://app.fossa.com/projects/git%2Bgithub.com%2Ftjdavey%2Fgeojson-map-fit-mercator?ref=badge_shield&issueType=license )
5
7
6
8
[ GeoJSON Map Fit Mercator] ( https://tristandavey.com/geojson-map-fit-mercator/ ) finds the optimal bearing, zoom and
7
9
center point for fitting a set of [ GeoJSON] ( https://geojson.org/ ) features in a
You can’t perform that action at this time.
0 commit comments