Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Codecov crashes on Semaphore build due to missing env var SEMAPHORE_BUILD_NUMBER #219

Open
Helveg opened this issue Nov 14, 2019 · 1 comment

Comments

@Helveg
Copy link

Helveg commented Nov 14, 2019

Running

pip install codecov
codecov

on Semaphore CI fails with the following error:


Traceback (most recent call last):
--
  | File "/home/semaphore/.pyenv/3.7/bin/codecov", line 8, in <module>
  | sys.exit(main())
  | File "/home/semaphore/.pyenv/3.7/lib/python3.7/site-packages/codecov/__init__.py", line 365, in main
  | build=os.getenv('SEMAPHORE_BUILD_NUMBER') + '.' + os.getenv('SEMAPHORE_CURRENT_THREAD'),
  | TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
  | exit code: 1 duration: 0s

This is to be expected as SEMAPHORE_BUILD_NUMBER is not listed in the docs. This seems to be a difference between Semaphore 2.0 and Semaphore, where this env var is available.

Is there support for Semaphore 2.0?

@Helveg
Copy link
Author

Helveg commented Nov 14, 2019

Also important to notice is that the SEMAPHORE env var that is being checked to determine that Semaphore CI is being used, is also set to true if Semaphore 2.0 is being used.

@thomasrockhu thomasrockhu self-assigned this Nov 29, 2020
@thomasrockhu thomasrockhu removed their assignment Jul 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants