Skip to content

Commit

Permalink
Merge pull request #424 from codecov/2.0.1-fix-deps
Browse files Browse the repository at this point in the history
fix: Add deep deps
  • Loading branch information
thomasrockhu committed Jul 19, 2021
2 parents 672fbdc + 852cffb commit c585afe
Show file tree
Hide file tree
Showing 47 changed files with 7,181 additions and 240 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
@@ -1,6 +1,27 @@
name: Workflow for Codecov Action
on: [push, pull_request]
jobs:
no-deps:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Upload coverage to Codecov (script)
uses: ./
with:
files: ./coverage/script/coverage-final.json
flags: script,${{ matrix.os }}
name: codecov-script
- name: Upload coverage to Codecov (demo)
uses: ./
with:
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json
file: ./coverage/coverage-final.json
flags: demo,${{ matrix.os }}
name: codecov-demo
run:
runs-on: ${{ matrix.os }}
strategy:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.1
### Fixes
- #424 fix: Issue in building all deep dependencies

## 2.0.0
On February 1, 2022, the `v1` uploader will be full sunset and no longer function. This is due
to the deprecation of the underlying bash uploader. This version uses the new [uploader](https://github.com/codecov/uploader).
Expand Down
6 changes: 3 additions & 3 deletions Makefile
@@ -1,7 +1,7 @@
deploy:
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
git tag -d v1
git push origin :v1
git tag v1
git tag -d v2
git push origin :v2
git tag v2
git tag v$(VERSION) -m ""
git push origin --tags
371 changes: 138 additions & 233 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.js.map

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions dist/node_modules/asn1.js/.eslintrc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions dist/node_modules/asn1.js/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 100 additions & 0 deletions dist/node_modules/asn1.js/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions dist/node_modules/asn1.js/lib/asn1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions dist/node_modules/asn1.js/lib/asn1/api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c585afe

Please sign in to comment.