diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-17 03:52:41 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-17 03:52:41 +0100 |
commit | 06d8661a1ed6fa2cb0752d763ca3739251afc349 (patch) | |
tree | ae1fa753f0ca338fc80038b9824c3a18da99f175 /.github/workflows | |
parent | 94cec4e32f977bd77aed4c88b63ea5262570c4db (diff) | |
download | ghdl-06d8661a1ed6fa2cb0752d763ca3739251afc349.tar.gz ghdl-06d8661a1ed6fa2cb0752d763ca3739251afc349.tar.bz2 ghdl-06d8661a1ed6fa2cb0752d763ca3739251afc349.zip |
ci: do not pass empty PYTHON envvar to CodeCov Action
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/push.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 01c59fd35..e2d507ba2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -408,7 +408,6 @@ jobs: with: file: coverage.xml flags: unittests - env_vars: PYTHON - name: Codacy uses: codacy/codacy-coverage-reporter-action@master |