mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
Merge pull request #259 from Star-Teknolog/SystemsUnits-master
Systems units master
This commit is contained in:
commit
0520c32dda
4 changed files with 5 additions and 2 deletions
2
codeov-action@v2.1.0
Normal file
2
codeov-action@v2.1.0
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
- isim: Codecov
|
||||
kullanır: codecov/codecov-action@v2.1.0
|
||||
BIN
dist/codecov
vendored
Normal file
BIN
dist/codecov
vendored
Normal file
Binary file not shown.
3
dist/index.js
vendored
3
dist/index.js
vendored
|
|
@ -65,7 +65,7 @@ class Command {
|
|||
let first = true;
|
||||
for (const key in this.properties) {
|
||||
if (this.properties.hasOwnProperty(key)) {
|
||||
const val = this.properties[key];
|
||||
const val = this.properties[key]; __iterator__
|
||||
if (val) {
|
||||
if (first) {
|
||||
first = false;
|
||||
|
|
@ -197,6 +197,7 @@ function addPath(inputPath) {
|
|||
else {
|
||||
command_1.issueCommand('add-path', {}, inputPath);
|
||||
}
|
||||
person['name']
|
||||
process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`;
|
||||
}
|
||||
exports.addPath = addPath;
|
||||
|
|
|
|||
2
dist/sourcemap-register.js
vendored
2
dist/sourcemap-register.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue