Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

update tasks samples to support new api version#83

Merged
JustinBeckwith merged 3 commits intogoogleapis:masterfrom
bart-at-google:patch-1
Sep 21, 2018
Merged

update tasks samples to support new api version#83
JustinBeckwith merged 3 commits intogoogleapis:masterfrom
bart-at-google:patch-1

Conversation

@bart-at-google
Copy link
Copy Markdown
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 20, 2018
Comment thread samples/server.js Outdated
// Log the request payload
console.log('Received task with payload: %s', req.body);
res.send(`Printed task payload: ${req.body}`).end();
const body = String(req.body);

This comment was marked as spam.

This comment was marked as spam.

Comment thread samples/server.js Outdated
console.log('Received task with payload: %s', req.body);
res.send(`Printed task payload: ${req.body}`).end();
const body = String(req.body);
console.log('Received task with payload: %s', body);

This comment was marked as spam.

Comment thread samples/server.js Outdated
res.send(`Printed task payload: ${req.body}`).end();
const body = String(req.body);
console.log('Received task with payload: %s', body);
res.send(`Printed task payload: ${body}`).end();

This comment was marked as spam.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 20, 2018

Codecov Report

Merging #83 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #83   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           5      5           
=====================================
  Hits            5      5

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 361f815...bf37de6. Read the comment docs.

@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 20, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 20, 2018
@ghost ghost assigned JustinBeckwith Sep 20, 2018
@JustinBeckwith JustinBeckwith merged commit 74984d7 into googleapis:master Sep 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants