mirror of
https://github.com/codecov/codecov-action
synced 2026-09-07 20:03:43 +00:00
Compare commits
3
Commits
v1.0.11
...
test-action
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66ddb8cd18 | ||
|
|
07127fde53 | ||
|
|
9128542d5d |
@@ -1,5 +1,8 @@
|
||||
name: Workflow for Codecov Action
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Generated
+3
-3
@@ -3652,9 +3652,9 @@
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.15",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||
"version": "4.17.19",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
|
||||
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
|
||||
},
|
||||
"lodash.memoize": {
|
||||
"version": "4.1.2",
|
||||
|
||||
Reference in New Issue
Block a user