mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
108 stars 58 forks source link

Codecov not working #111

Closed jbscoggi closed 4 years ago

jbscoggi commented 4 years ago

It seems Codecov is not working in the current CI setup. The coverage build runs and returns as passing, but looking at the output log, it seems there is the following error on the last call to codecov:

 HTTP 400
Please provide the repository token to upload reports via `-t :repository-token`

Perhaps this is related to the recent switch to github actions?

rdbisme commented 4 years ago

Nope, It's related to auth of Codecov on Github. Let me see what I can do.

On Mon, Feb 10, 2020 at 11:47 AM J.B. Scoggins notifications@github.com wrote:

It seems Codecov is not working in the current CI setup. The coverage build runs and returns as passing, but looking at the output log, it seems there is the following error on the last call to codecov:

HTTP 400 Please provide the repository token to upload reports via -t :repository-token

Perhaps this is related to the recent switch to github actions?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mutationpp/Mutationpp/issues/111?email_source=notifications&email_token=AB5UANBGXWLFLNSGKU5OEE3RCEWDFA5CNFSM4KSLYST2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IMGW7KQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5UANCQBOMGEZXQXYAOMZDRCEWDFANCNFSM4KSLYSTQ .

-- _ -. .´ |∞∞∞∞ ', ; |∞∞∞∞∞∞ ˜˜ |∞∞∞∞∞∞∞∞∞ RdB ,., |∞∞∞∞∞∞ .' '. |∞∞∞∞ -' `' https://rdb.is

rdbisme commented 4 years ago

image

You need to reconnect Codecov I guess. Or you can temporarily give me ownership so I can try to fix this.

rdbisme commented 4 years ago

I should also have fixed the CI runs for PRs.