obspy / reporter

ObsPy test reporter app
3 stars 5 forks source link

provide link to travis build #7

Closed megies closed 8 years ago

megies commented 10 years ago

We could add an option to set the Travis job ID in the report and have a column with a link to respective Travis build in the report overview page.. https://travis-ci.org/${TRAVIS_REPO_SLUG}/jobs/${TRAVIS_JOB_ID}

There is also an environment variable that stores the pull request number, we could also link that if TRAVIS_PULL_REQUEST is not false.. https://github.com/${TRAVIS_REPO_SLUG}/pull/${TRAVIS_PULL_REQUEST}

barsch commented 10 years ago

both need to be added to the ObsPy runtests script - either within the XML file or as POST parameter - I prefer the XML file

barsch commented 8 years ago

fixed in latest commits